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": {
|
"default": {
|
||||||
"runner": "@nrwl/nx-cloud",
|
"runner": "@nrwl/nx-cloud",
|
||||||
"options": {
|
"options": {
|
||||||
"accessToken": "YzVhYjFiNzAtYTYxZS00OWM3LTlkOGYtZjRmOGRlNDY4MTJhfHJlYWQtd3JpdGU=",
|
"accessToken": "MjEyM2IwYWQtMTEyMS00ZGFmLThkY2UtYjg4YWRiZTNjZmI5fHJlYWQtd3JpdGU=",
|
||||||
"cacheableOperations": [
|
"cacheableOperations": [
|
||||||
"build",
|
"build",
|
||||||
"test",
|
|
||||||
"lint-base",
|
"lint-base",
|
||||||
"lint",
|
"lint",
|
||||||
"build-base",
|
"build-base",
|
||||||
|
"test",
|
||||||
"sitemap",
|
"sitemap",
|
||||||
"e2e"
|
"e2e"
|
||||||
],
|
],
|
||||||
"useDaemonProcess": true,
|
"useDaemonProcess": true,
|
||||||
"cacheDirectory": "/tmp/nx-cache",
|
"cacheDirectory": "/tmp/nx-cache",
|
||||||
"parallel": 1
|
"parallel": 1,
|
||||||
|
"url": "https://staging.nx.app"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user