mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:37:33 +00:00
test
This commit is contained in:
15
package.json
15
package.json
@@ -3,9 +3,20 @@
|
||||
"private": true,
|
||||
"name": "zitadel",
|
||||
"scripts": {
|
||||
"build": "make core_build"
|
||||
"build": "make compile"
|
||||
},
|
||||
"nx": {
|
||||
"targets": {
|
||||
"build": {
|
||||
"outputs": [
|
||||
"{workspaceRoot}/zitadel"
|
||||
],
|
||||
"dependsOn": [
|
||||
"@zitadel/console:build"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"nx": {},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@typescript-eslint/parser": "^8.35.1",
|
||||
|
Reference in New Issue
Block a user