22 lines
429 B
JSON
22 lines
429 B
JSON
{
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "nx-cloud",
|
|
"options": {
|
|
"cacheableOperations": ["build", "test"],
|
|
"accessToken": "MmM4OGYxNzItMDBlYy00ZmE3LTk4MTYtNmJhYWMyZjBjZTUyfHJlYWQ="
|
|
}
|
|
}
|
|
},
|
|
"targetDefaults": {
|
|
"dev:builder": {
|
|
"dependsOn": [
|
|
{
|
|
"projects": ["@budibase/string-templates"],
|
|
"target": "build"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|