budibase/nx.json

22 lines
429 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-07-24 16:58:53 +02:00
"cacheableOperations": ["build", "test"],
"accessToken": "MmM4OGYxNzItMDBlYy00ZmE3LTk4MTYtNmJhYWMyZjBjZTUyfHJlYWQ="
2023-03-31 15:37:55 +02:00
}
}
2023-05-23 23:11:26 +02:00
},
"targetDefaults": {
"dev:builder": {
"dependsOn": [
{
2023-07-24 16:58:53 +02:00
"projects": ["@budibase/string-templates"],
2023-05-23 23:11:26 +02:00
"target": "build"
}
]
}
2023-03-31 15:37:55 +02:00
}
}