We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c99f1b commit 501ed10Copy full SHA for 501ed10
package.json
@@ -67,7 +67,7 @@
67
},
68
"scripts": {
69
"local-install": "heroku local:run npm install",
70
- "postinstall": "git submodule init && git submodule update && node_modules/webpack/bin/webpack.js && make -j3 web",
+ "postinstall": "node_modules/webpack/bin/webpack.js && make -j3 web",
71
"test": "karma start --single-run",
72
"test-watch": "karma start",
73
"lint": "eslint src",
0 commit comments