mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-24 06:48:42 +03:00
27 lines
428 B
JSON
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="
|
|
}
|