mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 13:19:21 +00:00
fix console build
This commit is contained in:
@@ -5,9 +5,7 @@
|
||||
"ng": "ng",
|
||||
"dev": "node prebuild.development.js && ng serve",
|
||||
"start": "node prebuild.development.js && ng serve",
|
||||
"prebuild": "pnpm run generate",
|
||||
"build": "ng build --configuration production --base-href=/ui/console/",
|
||||
"prelint": "pnpm run generate",
|
||||
"lint": "ng lint && prettier --check src",
|
||||
"lint:fix": "prettier --write src",
|
||||
"generate": "pnpm exec buf generate ../proto --include-imports --include-wkt"
|
||||
|
@@ -64,6 +64,7 @@
|
||||
"@bufbuild/buf": "^1.53.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
||||
"@typescript-eslint/parser": "^8.15.0",
|
||||
"eslint": "^8.57.0"
|
||||
"eslint": "^8.57.0",
|
||||
"tsup": "^8.4.0"
|
||||
}
|
||||
}
|
||||
|
@@ -2,8 +2,7 @@
|
||||
"extends": ["//"],
|
||||
"tasks": {
|
||||
"generate": {
|
||||
"outputs": ["zitadel/**"],
|
||||
"cache": false
|
||||
"outputs": ["zitadel/**"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@@ -654,6 +654,9 @@ importers:
|
||||
eslint:
|
||||
specifier: ^8.57.0
|
||||
version: 8.57.1
|
||||
tsup:
|
||||
specifier: ^8.4.0
|
||||
version: 8.5.0(@swc/core@1.12.14)(jiti@1.21.7)(postcss@8.5.6)(typescript@5.8.3)(yaml@2.8.0)
|
||||
|
||||
login/packages/zitadel-proto:
|
||||
dependencies:
|
||||
|
Reference in New Issue
Block a user