1
0
Fork 0
mirror of synced 2024-06-12 07:24:43 +12:00
budibase/nx.json
2023-05-23 23:11:26 +02:00

21 lines
362 B
JSON

{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "test"]
}
}
},
"targetDefaults": {
"dev:builder": {
"dependsOn": [
{
"projects": ["@budibase/string-templates"],
"target": "build"
}
]
}
}
}