budibase/nx.json

19 lines
331 B
JSON
Raw Normal View History

2023-03-31 15:37:55 +02:00
{
"tasksRunnerOptions": {
"default": {
2023-06-01 08:41:45 +02:00
"runner": "nx-cloud",
2023-03-31 15:37:55 +02:00
"options": {
2023-10-20 13:31:50 +02:00
"cacheableOperations": ["build", "test", "check:types"]
2023-03-31 15:37:55 +02:00
}
}
2023-05-23 23:11:26 +02:00
},
2023-10-03 09:51:32 +02:00
"targetDefaults": {
"build": {
2023-10-20 13:31:50 +02:00
"inputs": [
"{workspaceRoot}/scripts/build.js",
"{workspaceRoot}/lerna.json"
]
2023-10-03 09:51:32 +02:00
}
}
2023-03-31 15:37:55 +02:00
}