budibase/nx.json

17 lines
360 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-08-01 14:25:52 +02:00
"cacheableOperations": ["build", "test", "check:types"],
2023-07-24 16:58:53 +02:00
"accessToken": "MmM4OGYxNzItMDBlYy00ZmE3LTk4MTYtNmJhYWMyZjBjZTUyfHJlYWQ="
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": {
"inputs": ["{workspaceRoot}/scripts/build.js"]
}
}
2023-03-31 15:37:55 +02:00
}