Skip to content

Commit

Permalink
chore: enable nx-cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Mar 7, 2023
1 parent 5350364 commit f288e6b
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 760 deletions.
5 changes: 3 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"npmScope": "aloes",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"runner": "@nrwl/nx-cloud",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
"cacheableOperations": ["build", "lint", "test", "e2e"],
"accessToken": "MjdmNjNkMzAtZjIxYy00MGY4LWEyNzgtZmNiYTcxMjA1MTVkfHJlYWQtd3JpdGU="
}
}
},
Expand Down
Loading

0 comments on commit f288e6b

Please sign in to comment.