Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Make sure embedded node modules are installed on install.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Sep 26, 2019
1 parent 833f4d0 commit 7db11ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"test-jest": "jest __tests__/.*.test.js",
"test-mocha": "cross-env GANACHE_DEV_MODE=true ELECTRON_APP_PATH=./ mocha --require @babel/register --check-leaks 'test/mocha/**/*.test.js'",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
"build-storybook": "build-storybook",
"postinstall": "cd static/node && npm ci --only=prod"
},
"dependencies": {
"@exponent/electron-cookies": "^2.0.0",
Expand Down

0 comments on commit 7db11ad

Please sign in to comment.