We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd54e1 commit 9491c4eCopy full SHA for 9491c4e
package.json
@@ -26,7 +26,7 @@
26
"scripts": {
27
"postinstall": "node ./node_modules/electron-builder/out/install-app-deps.js",
28
"build": "gulp build",
29
- "clean-install": "cd app && git clean -fx && rm -rf node_modules && npm install",
+ "clean-install": "cd app && rm -rf node_modules && git clean -fX && npm install",
30
"prerelease": "gulp build --env=production",
31
"release": "build --publish never",
32
"release-win32": "build --ia32 --publish never",
0 commit comments