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": { "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"
} }
} }
}, },