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