mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 20:42:16 +00:00
remove prebuild from global package.json
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"generate": "turbo run generate",
|
||||
"prebuild": "turbo run generate",
|
||||
"build": "turbo run build",
|
||||
"test": "turbo run test",
|
||||
"test:watch": "turbo run test:watch",
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
"!.next/cache/**"
|
||||
],
|
||||
"dependsOn": [
|
||||
"generate",
|
||||
"lint",
|
||||
"generate",
|
||||
"^build"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user