mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 14:37:32 +00:00
Merge branch 'main' into cnsl-navigation-rehaul
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
"dev": "node prebuild.development.js && ng serve",
|
||||
"start": "node prebuild.development.js && ng serve",
|
||||
"build": "ng build --configuration production --base-href=/ui/console/",
|
||||
"lint": "ng lint && prettier --check src",
|
||||
"lint": "pnpm run '/^lint:check:.*$/'",
|
||||
"lint:check:ng": "ng lint",
|
||||
"lint:check:prettier": "prettier --check src",
|
||||
"lint:fix": "prettier --write src",
|
||||
"generate": "pnpm exec buf generate ../proto --include-imports --include-wkt"
|
||||
},
|
||||
|
@@ -19,10 +19,6 @@
|
||||
"dependsOn": ["generate", "@zitadel/client#build"],
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"lint": {
|
||||
"dependsOn": ["generate"],
|
||||
"outputs": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user