mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-04 11:30:38 -05:00
add clean command to all packages
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user