feat: add clean script to remove build artifacts, db, and node_modules
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
"lint": "turbo run lint",
|
||||
"test": "turbo run test",
|
||||
"format": "turbo run format",
|
||||
"typecheck": "turbo run typecheck"
|
||||
"typecheck": "turbo run typecheck",
|
||||
"clean": "rm -rf apps/server/dist apps/admin/dist apps/server/dorm_billing.db node_modules apps/*/node_modules packages/*/node_modules"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^10.0.3",
|
||||
|
||||
Reference in New Issue
Block a user