Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Shared: Rebuild realm after installing dependencies #842

Merged
merged 1 commit into from
Dec 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"test": "NODE_ENV=test ./node_modules/.bin/mocha --timeout 5000 --exit --require @babel/register \"__tests__/**/*.spec.js\"",
"test:watch": "yarn test --watch",
"auditjs": "./../../node_modules/.bin/auditjs -nl error -w whitelist.json",
"themes:sync": "node themes/sync.js"
"themes:sync": "node themes/sync.js",
"postinstall": "npm rebuild realm --build-from-source"
},
"license": "Apache-2.0 OR EPL-2.0",
"dependencies": {
Expand Down