budibase/nx.json

11 lines
177 B
JSON
Raw Normal View History

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