mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 21:53:08 +00:00
lint
This commit is contained in:
@@ -1,40 +1,21 @@
|
||||
{
|
||||
"extends": [
|
||||
"//"
|
||||
],
|
||||
"extends": ["//"],
|
||||
"pipeline": {
|
||||
"build": {
|
||||
"outputs": [
|
||||
"dist/**",
|
||||
".next/**",
|
||||
"!.next/cache/**"
|
||||
],
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
]
|
||||
"outputs": ["dist/**", ".next/**", "!.next/cache/**"],
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": [
|
||||
"@zitadel/server#build",
|
||||
"@zitadel/react#build"
|
||||
]
|
||||
"dependsOn": ["@zitadel/server#build", "@zitadel/react#build"]
|
||||
},
|
||||
"test:integration": {
|
||||
"dependsOn": [
|
||||
"@zitadel/server#build",
|
||||
"@zitadel/react#build"
|
||||
]
|
||||
"dependsOn": ["@zitadel/server#build", "@zitadel/react#build"]
|
||||
},
|
||||
"test:unit": {
|
||||
"dependsOn": [
|
||||
"@zitadel/server#build"
|
||||
]
|
||||
"dependsOn": ["@zitadel/server#build"]
|
||||
},
|
||||
"test:watch": {
|
||||
"dependsOn": [
|
||||
"@zitadel/server#build",
|
||||
"@zitadel/react#build"
|
||||
]
|
||||
"dependsOn": ["@zitadel/server#build", "@zitadel/react#build"]
|
||||
},
|
||||
"lint": {},
|
||||
"dev": {
|
||||
|
||||
Reference in New Issue
Block a user