chore(repo): connect to staging nx cloud
This commit is contained in:
parent
04cb18648b
commit
de41142368
7
nx.json
7
nx.json
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user