1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00
budibase/nx.json
2024-04-18 10:49:22 +02:00

16 lines
300 B
JSON

{
"tasksRunnerOptions": {
"default": {
"runner": "nx-cloud",
"options": {
"cacheableOperations": ["build", "test", "check:types"]
}
}
},
"targetDefaults": {
"build": {
"inputs": ["{workspaceRoot}/scripts/*", "{workspaceRoot}/lerna.json"]
}
}
}