budibase/nx.json

16 lines
255 B
JSON
Raw Normal View History

2023-03-31 15:37:55 +02:00
{
2023-05-22 13:19:05 +02:00
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
}
},
2023-03-31 15:37:55 +02:00
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "test"]
}
}
}
}