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 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" ,
You can’t perform that action at this time.
0 commit comments