feat: use nx cloud runner (#5626)

This commit is contained in:
DarkSky 2024-01-18 08:18:37 +00:00
parent 9a944048e8
commit c3fda80599
No known key found for this signature in database
GPG Key ID: 97B7D036B1566E9D

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"]