Skip to content

Commit 18fa110

Browse files
committed
chore: use local runner
1 parent d38c08f commit 18fa110

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nx.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
},
2222
"tasksRunnerOptions": {
2323
"default": {
24-
"runner": "@nrwl/nx-cloud",
24+
"runner": "nx/tasks-runners/default",
2525
"options": {
26-
"cacheableOperations": ["build", "lint", "test", "e2e"],
27-
"accessToken": "ZTE4ZjVjMDMtNmJiOS00MmRlLThiMTQtMzczNjlmOGY5MWNhfHJlYWQtd3JpdGU="
26+
"cacheableOperations": ["build", "lint", "test", "e2e"]
2827
}
2928
}
3029
},

0 commit comments

Comments
 (0)