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

Commit

Permalink
Shared: Rebuild realm after installing dependencies (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivshah3 authored and laumair committed Dec 23, 2018
1 parent 40f5091 commit 2559982
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 2559982

Please sign in to comment.