twenty/nx.json
2023-12-10 18:10:54 +01:00

27 lines
428 B
JSON

{
"targetDefaults": {
"build": {
"cache": true,
"dependsOn": [
"^build"
]
},
"lint": {
"cache": true
},
"test": {
"cache": true
},
"e2e": {
"cache": true
}
},
"installation": {
"version": "17.2.0"
},
"affected": {
"defaultBase": "main"
},
"nxCloudAccessToken": "OWU4MWJiZGYtNTIzZi00OTVhLWE5NWEtNDBhNjk0NThhYzRmfHJlYWQtd3JpdGU="
}