feat: use nx cloud runner (#5626)

This commit is contained in:
DarkSky
2024-01-18 08:18:37 +00:00
parent 9a944048e8
commit c3fda80599
+1 -1
View File
@@ -4,7 +4,7 @@
"nxCloudAccessToken": "MzUwNTU4YWItZGFhYi00YjE2LWIxODAtODk4NmIwYjMwYzZkfHJlYWQ=", "nxCloudAccessToken": "MzUwNTU4YWItZGFhYi00YjE2LWIxODAtODk4NmIwYjMwYzZkfHJlYWQ=",
"tasksRunnerOptions": { "tasksRunnerOptions": {
"default": { "default": {
"runner": "nx/tasks-runners/default", "runner": "nx-cloud",
"options": { "options": {
"cacheableOperations": ["build", "test", "e2e", "lint"], "cacheableOperations": ["build", "test", "e2e", "lint"],
"runtimeCacheInputs": ["node -v"] "runtimeCacheInputs": ["node -v"]