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 6ed6deb commit c6f375fCopy full SHA for c6f375f
package.json
@@ -18,7 +18,9 @@
18
},
19
"scripts": {
20
"test": "mocha test && standard",
21
- "preinstall": "node build.js"
+ "build": "node build.js",
22
+ "submodule": "git submodule update --recursive --init",
23
+ "prepare": "npm run submodule && npm run build"
24
25
"devDependencies": {
26
"electron-download": "^3.0.1",
0 commit comments