Skip to content

Commit 1c99f1b

Browse files
committed
do git updates first before building to fetch snap
1 parent 0b00380 commit 1c99f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"scripts": {
6969
"local-install": "heroku local:run npm install",
70-
"postinstall": "node_modules/webpack/bin/webpack.js && make -j3 web",
70+
"postinstall": "git submodule init && git submodule update && node_modules/webpack/bin/webpack.js && make -j3 web",
7171
"test": "karma start --single-run",
7272
"test-watch": "karma start",
7373
"lint": "eslint src",

0 commit comments

Comments
 (0)