Skip to content

Commit b756b53

Browse files
committed
revert nx config change
1 parent 05a2613 commit b756b53

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nx.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"tasksRunnerOptions": {
33
"default": {
4-
"runner": "@nrwl/workspace/tasks-runners/default"
4+
"runner": "nx-cloud",
5+
"options": {
6+
"cacheableOperations": ["test", "build"],
7+
"accessToken": "YjEyZGFlNjItZTllMi00YWM1LTg3NDYtNjVhZjBlMmZiMjQxfHJlYWQtd3JpdGU="
8+
}
59
}
610
},
711
"targetDefaults": {

0 commit comments

Comments
 (0)