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 cdab12a commit 4d98b4aCopy full SHA for 4d98b4a
package.json
@@ -26,6 +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",
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",
@@ -54,6 +55,7 @@
54
55
"@types/shell-quote": "^1.7.5",
56
"jest-fixed-jsdom": "^0.0.9",
57
"prettier": "3.3.3",
58
+ "rimraf": "^6.0.1",
59
"typescript": "^5.4.2"
60
}
61
0 commit comments