Skip to content

Commit

Permalink
chore(repo): connect to staging nx cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Jul 14, 2022
1 parent 04cb186 commit de41142
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@
"default": {
"runner": "@nrwl/nx-cloud",
"options": {
"accessToken": "YzVhYjFiNzAtYTYxZS00OWM3LTlkOGYtZjRmOGRlNDY4MTJhfHJlYWQtd3JpdGU=",
"accessToken": "MjEyM2IwYWQtMTEyMS00ZGFmLThkY2UtYjg4YWRiZTNjZmI5fHJlYWQtd3JpdGU=",
"cacheableOperations": [
"build",
"test",
"lint-base",
"lint",
"build-base",
"test",
"sitemap",
"e2e"
],
"useDaemonProcess": true,
"cacheDirectory": "/tmp/nx-cache",
"parallel": 1
"parallel": 1,
"url": "https://staging.nx.app"
}
}
},
Expand Down

0 comments on commit de41142

Please sign in to comment.