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

Commit 7db11ad

Browse files
committed
Make sure embedded node modules are installed on install.
1 parent 833f4d0 commit 7db11ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"test-jest": "jest __tests__/.*.test.js",
3737
"test-mocha": "cross-env GANACHE_DEV_MODE=true ELECTRON_APP_PATH=./ mocha --require @babel/register --check-leaks 'test/mocha/**/*.test.js'",
3838
"storybook": "start-storybook -p 6006",
39-
"build-storybook": "build-storybook"
39+
"build-storybook": "build-storybook",
40+
"postinstall": "cd static/node && npm ci --only=prod"
4041
},
4142
"dependencies": {
4243
"@exponent/electron-cookies": "^2.0.0",

0 commit comments

Comments
 (0)