1
0
Fork 0
mirror of synced 2024-07-11 01:06:04 +12:00
budibase/nx.json
2023-07-05 15:58:03 +02:00

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"
}
]
}
}
}