budibase/nx.json

27 lines
491 B
JSON
Raw Normal View History

2023-03-31 15:37:55 +02:00
{
"tasksRunnerOptions": {
"default": {
2023-06-01 08:41:45 +02:00
"runner": "nx-cloud",
2023-03-31 15:37:55 +02:00
"options": {
2023-06-01 08:41:45 +02:00
"cacheableOperations": [
"build",
"test"
],
2023-07-05 15:36:46 +02:00
"accessToken": "YWNiYzc5NTEtMzMzZC00NDhjLTgyNjktZTllMjI1MzM4OGQxfHJlYWQtd3JpdGU="
2023-03-31 15:37:55 +02:00
}
}
2023-05-23 23:11:26 +02:00
},
"targetDefaults": {
"dev:builder": {
"dependsOn": [
{
2023-06-01 08:41:45 +02:00
"projects": [
"@budibase/string-templates"
],
2023-05-23 23:11:26 +02:00
"target": "build"
}
]
}
2023-03-31 15:37:55 +02:00
}
}