1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00
budibase/nx.json

21 lines
362 B
JSON
Raw Normal View History

2023-04-01 02:37:55 +13:00
{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "test"]
}
}
2023-05-24 09:11:26 +12:00
},
"targetDefaults": {
"dev:builder": {
"dependsOn": [
{
"projects": ["@budibase/string-templates"],
"target": "build"
}
]
}
2023-04-01 02:37:55 +13:00
}
}