2023-04-20 16:21:02 -04:00
|
|
|
{
|
2025-04-01 16:15:20 +02:00
|
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
2023-04-20 16:21:02 -04:00
|
|
|
"targetDefaults": {
|
|
|
|
"build": {
|
2025-04-01 16:15:20 +02:00
|
|
|
"outputs": [
|
|
|
|
"{projectRoot}/dist"
|
|
|
|
],
|
|
|
|
"cache": true
|
|
|
|
},
|
|
|
|
"build:all": {
|
|
|
|
"cache": true
|
|
|
|
},
|
|
|
|
"mbuild": {
|
|
|
|
"cache": true
|
|
|
|
},
|
|
|
|
"symlink": {
|
|
|
|
"cache": true
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"cache": true
|
|
|
|
},
|
|
|
|
"vbuild": {
|
|
|
|
"cache": true
|
|
|
|
},
|
|
|
|
"lint": {
|
|
|
|
"cache": true
|
|
|
|
},
|
|
|
|
"prettier": {
|
|
|
|
"cache": true
|
|
|
|
},
|
|
|
|
"testci": {
|
|
|
|
"cache": true
|
2023-04-20 16:21:02 -04:00
|
|
|
},
|
2023-07-23 11:19:30 -06:00
|
|
|
"wbuild": {
|
2025-04-01 16:15:20 +02:00
|
|
|
"cache": true
|
|
|
|
},
|
|
|
|
"wbuild:all": {
|
|
|
|
"cache": true
|
|
|
|
},
|
|
|
|
"report": {
|
|
|
|
"cache": true
|
|
|
|
},
|
|
|
|
"prebuild": {
|
|
|
|
"cache": true
|
|
|
|
},
|
|
|
|
"prewbuild": {
|
|
|
|
"cache": true
|
2023-07-22 18:32:19 -06:00
|
|
|
},
|
2025-04-01 16:15:20 +02:00
|
|
|
"prebuild:all": {
|
|
|
|
"cache": true
|
|
|
|
},
|
|
|
|
"prewbuild:all": {
|
|
|
|
"cache": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"defaultBase": "main",
|
|
|
|
"plugins": [
|
|
|
|
{
|
|
|
|
"plugin": "@nx/eslint/plugin",
|
|
|
|
"options": {
|
|
|
|
"targetName": "eslint:lint"
|
|
|
|
}
|
2023-04-20 16:21:02 -04:00
|
|
|
}
|
2025-04-01 16:15:20 +02:00
|
|
|
],
|
|
|
|
"nxCloudId": "67582b7f0d03c7a23d467388"
|
|
|
|
}
|