summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 648fc65..7340fe7 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"build": "pnpm -F disconnected-frontend build && pnpm -F disconnected-backend build",
- "clean": "rm -rf backend/node_modules && rm -rf frontend/node_modules"
+ "clean": "rm -rf api/node_modules && rm -rf frontend/node_modules"
},
"devDependencies": {
"tsup": "^8.5.0"