Skip to content

Commit 9491c4e

Browse files
committed
Review Code: Modify npm run clean-install script
1 parent 3fd54e1 commit 9491c4e

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
@@ -26,7 +26,7 @@
2626
"scripts": {
2727
"postinstall": "node ./node_modules/electron-builder/out/install-app-deps.js",
2828
"build": "gulp build",
29-
"clean-install": "cd app && git clean -fx && rm -rf node_modules && npm install",
29+
"clean-install": "cd app && rm -rf node_modules && git clean -fX && npm install",
3030
"prerelease": "gulp build --env=production",
3131
"release": "build --publish never",
3232
"release-win32": "build --ia32 --publish never",

0 commit comments

Comments
 (0)