We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358f276 commit ae87292Copy full SHA for ae87292
package.json
@@ -26,7 +26,7 @@
26
"build-server": "cd server && npm run build",
27
"build-client": "cd client && npm run build",
28
"build-cli": "cd cli && npm run build",
29
- "clean": "rimraf ./node_modules ./client/node_modules ./server/node_modules ./dist ./client/dist ./server/dist ./package-lock.json && npm install",
+ "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",
30
"dev": "concurrently \"cd client && npm run dev\" \"cd server && npm run dev\"",
31
"dev:windows": "concurrently \"cd client && npm run dev\" \"cd server && npm run dev:windows\"",
32
"start": "node client/bin/start.js",
0 commit comments