Skip to content

Commit 501ed10

Browse files
committed
remove submodule attempt
1 parent 1c99f1b commit 501ed10

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": "git submodule init && git submodule update && node_modules/webpack/bin/webpack.js && make -j3 web",
70+
"postinstall": "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)