mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 13:19:21 +00:00
login lint task
This commit is contained in:
@@ -15,6 +15,15 @@
|
||||
"persistent": true,
|
||||
"dependsOn": ["@zitadel/proto#generate"]
|
||||
},
|
||||
"lint": {
|
||||
"outputs": [],
|
||||
"cache": true
|
||||
},
|
||||
"test:unit": {
|
||||
"outputs": [],
|
||||
"cache": true,
|
||||
"dependsOn": ["@zitadel/client#build"]
|
||||
},
|
||||
"build:client:standalone": {
|
||||
"outputs": ["dist/**"],
|
||||
"dependsOn": ["@zitadel/proto#generate"]
|
||||
|
Reference in New Issue
Block a user