chore(repo): connect to staging nx cloud

This commit is contained in:
Victor Savkin 2022-07-14 09:03:39 -04:00
parent 04cb18648b
commit de41142368

View File

@ -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"
}
}
},