mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 06:37:37 +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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user