1
0
Fork 0
mirror of synced 2024-05-17 02:42:53 +12:00
budibase/nx.json
2023-10-20 13:31:50 +02:00

19 lines
331 B
JSON

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