feat: use nx cloud runner (#5626)

This commit is contained in:
DarkSky
2024-01-18 08:18:37 +00:00
parent 9a944048e8
commit c3fda80599

View File

@@ -4,7 +4,7 @@
"nxCloudAccessToken": "MzUwNTU4YWItZGFhYi00YjE2LWIxODAtODk4NmIwYjMwYzZkfHJlYWQ=",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"runner": "nx-cloud",
"options": {
"cacheableOperations": ["build", "test", "e2e", "lint"],
"runtimeCacheInputs": ["node -v"]