mirror of
https://github.com/zitadel/zitadel.git
synced 2026-08-17 16:35:14 -05:00
71 lines
1.1 KiB
JSON
71 lines
1.1 KiB
JSON
{
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
|
"nxCloudId": "688a9021d48dce0efe0f119f",
|
|
"workspaceLayout": {
|
|
"libsDir": "packages"
|
|
},
|
|
"tui": {
|
|
"enabled": true
|
|
},
|
|
"namedInputs": {
|
|
"default": [
|
|
"{projectRoot}/**/*"
|
|
]
|
|
},
|
|
"targetDefaults": {
|
|
"nx:run-commands": {
|
|
"options": {
|
|
"env": {
|
|
"COREPACK_ENABLE_DOWNLOAD_PROMPT": "0",
|
|
"ENABLE_EXPERIMENTAL_COREPACK": "1"
|
|
}
|
|
}
|
|
},
|
|
"generate": {
|
|
"cache": true,
|
|
"inputs": [
|
|
"default"
|
|
]
|
|
},
|
|
"build": {
|
|
"cache": true,
|
|
"inputs": [
|
|
"default"
|
|
],
|
|
"dependsOn": [
|
|
"^build",
|
|
"generate"
|
|
]
|
|
},
|
|
"lint": {
|
|
"inputs": [
|
|
"default"
|
|
],
|
|
"cache": true
|
|
},
|
|
"check-links": {
|
|
"inputs": [
|
|
"default"
|
|
],
|
|
"cache": true
|
|
},
|
|
"test": {
|
|
"inputs": [
|
|
"default"
|
|
],
|
|
"cache": true
|
|
},
|
|
"test-unit": {
|
|
"inputs": [
|
|
"default"
|
|
],
|
|
"cache": true
|
|
},
|
|
"test-integration": {
|
|
"inputs": [
|
|
"default"
|
|
],
|
|
"cache": true
|
|
}
|
|
}
|
|
} |