Skip to content

Commit c6f375f

Browse files
committed
fix: submodule not being instantiated
1 parent 6ed6deb commit c6f375f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
},
1919
"scripts": {
2020
"test": "mocha test && standard",
21-
"preinstall": "node build.js"
21+
"build": "node build.js",
22+
"submodule": "git submodule update --recursive --init",
23+
"prepare": "npm run submodule && npm run build"
2224
},
2325
"devDependencies": {
2426
"electron-download": "^3.0.1",

0 commit comments

Comments
 (0)