File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 26
26
"build-server" : " cd server && npm run build" ,
27
27
"build-client" : " cd client && npm run build" ,
28
28
"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" ,
30
30
"dev" : " concurrently \" cd client && npm run dev\" \" cd server && npm run dev\" " ,
31
31
"dev:windows" : " concurrently \" cd client && npm run dev\" \" cd server && npm run dev:windows\" " ,
32
32
"start" : " node client/bin/start.js" ,
You can’t perform that action at this time.
0 commit comments