Skip to content

Commit c9d2f07

Browse files
committed
Don't install rimraf
1 parent 8b38d6b commit c9d2f07

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
"build-server": "cd server && npm run build",
2727
"build-client": "cd client && npm run build",
2828
"build-cli": "cd cli && npm run build",
29-
"clean": "npm install rimraf && rimraf ./node_modules ./client/node_modules ./cli/node_modules ./build ./client/dist ./server/build ./cli/build ./package-lock.json && npm install",
29+
"clean": "rimraf ./node_modules ./client/node_modules ./cli/node_modules ./build ./client/dist ./server/build ./cli/build ./package-lock.json && npm install",
3030
"dev": "concurrently \"cd client && npm run dev\" \"cd server && npm run dev\"",
3131
"dev:windows": "concurrently \"cd client && npm run dev\" \"cd server && npm run dev:windows\"",
3232
"start": "node client/bin/start.js",

0 commit comments

Comments
 (0)