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