chore(repo): switch back to using staging.nx.app

This commit is contained in:
Victor Savkin 2022-09-14 17:02:51 -04:00
parent 306d8a4cec
commit 94f2fe0b32
No known key found for this signature in database
GPG Key ID: 39178FEB7698B817

View File

@ -8,7 +8,7 @@
"default": { "default": {
"runner": "@nrwl/nx-cloud", "runner": "@nrwl/nx-cloud",
"options": { "options": {
"accessToken": "NmVmMDViMTgtMjU4Zi00ZGUwLThjMzUtZDY0ZWEwZmNmMWJmfHJlYWQtd3JpdGU=", "accessToken": "MjEyM2IwYWQtMTEyMS00ZGFmLThkY2UtYjg4YWRiZTNjZmI5fHJlYWQtd3JpdGU=",
"cacheableOperations": [ "cacheableOperations": [
"build", "build",
"lint-base", "lint-base",
@ -18,9 +18,10 @@
"sitemap", "sitemap",
"e2e" "e2e"
], ],
"useDaemonProcess": true,
"cacheDirectory": "/tmp/nx-cache", "cacheDirectory": "/tmp/nx-cache",
"parallel": 1, "parallel": 1,
"url": "https://api.nrwl.io" "url": "https://staging.nx.app"
} }
} }
}, },