add clean command to all packages

This commit is contained in:
Matthias Nannt
2023-05-12 13:05:13 +02:00
parent e3f5bba755
commit 9b38f9bf9a
12 changed files with 86 additions and 95 deletions
+2
View File
@@ -10,6 +10,7 @@
"schema": "packages/database/prisma/schema.prisma"
},
"scripts": {
"clean": "turbo run clean && rimraf node_modules",
"build": "turbo run build",
"db:migrate:deploy": "turbo run db:migrate:deploy",
"db:migrate:vercel": "turbo run db:migrate:vercel",
@@ -25,6 +26,7 @@
"devDependencies": {
"@changesets/cli": "^2.26.1",
"prettier": "latest",
"rimraf": "^5.0.0",
"tsx": "^3.12.6",
"turbo": "latest"
},