mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 20:52:43 +00:00
global tests depend on generate
This commit is contained in:
11
turbo.json
11
turbo.json
@@ -14,13 +14,20 @@
|
||||
"!.next/cache/**"
|
||||
],
|
||||
"dependsOn": [
|
||||
"lint",
|
||||
"generate",
|
||||
"lint",
|
||||
"^build"
|
||||
]
|
||||
},
|
||||
"test": {},
|
||||
"test": {
|
||||
"dependsOn": [
|
||||
"generate"
|
||||
]
|
||||
},
|
||||
"test:watch": {
|
||||
"dependsOn": [
|
||||
"generate"
|
||||
],
|
||||
"cache": false
|
||||
},
|
||||
"lint": {},
|
||||
|
||||
Reference in New Issue
Block a user