Skip to content

Commit

Permalink
add nx cloud key (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Mar 10, 2020
1 parent 8e77056 commit 15a6439
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
5 changes: 2 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/insights",
"runner": "@nrwl/nx-cloud",
"options": {
"insightsUrl": "https://api.staging.nrwl.io",
"accessToken": "ZDA5MzcyNmItZTUyZS00YzE3LThiM2EtZjYzNjRhM2MwNWZmfHJlYWQ=",
"accessToken": "YmM1MGMwMTUtNzAyYi00ZjM4LWExNGUtZDM2ZjYyNzNiODAxfHJlYWQ=",
"cacheableOperations": ["build", "lint", "test"]
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@babel/preset-react": "7.0.0",
"@ngrx/store-devtools": "8.3.0",
"@nrwl/cypress": "9.0.4",
"@nrwl/insights": "^8.12.4",
"@nrwl/nx-cloud": "9.0.1",
"@nrwl/jest": "9.0.4",
"@nrwl/react": "9.0.4",
"@nrwl/web": "9.0.4",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2622,14 +2622,6 @@
tsconfig-paths-webpack-plugin "3.2.0"
webpack-node-externals "1.7.2"

"@nrwl/insights@^8.12.4":
version "8.12.4"
resolved "https://registry.yarnpkg.com/@nrwl/insights/-/insights-8.12.4.tgz#f27b6f262e96c89fdc530ac169e934266bd8e31c"
integrity sha512-gufEl6A72AstPpWHhdzEj9W7zYflAxSSKW+G9gc1vd/28uqlU2t2oF0WixwrhYK4ogkPzJSwRhjsCzjB82nH1Q==
dependencies:
axios "^0.19.0"
tar "5.0.5"

"@nrwl/[email protected]":
version "9.0.4"
resolved "https://registry.yarnpkg.com/@nrwl/jest/-/jest-9.0.4.tgz#ffc6b74902b6c270021d26ecd5086de077685107"
Expand All @@ -2646,6 +2638,14 @@
dependencies:
"@angular-devkit/architect" "~0.900.1"

"@nrwl/[email protected]":
version "9.0.1"
resolved "https://registry.yarnpkg.com/@nrwl/nx-cloud/-/nx-cloud-9.0.1.tgz#17373926086395d3b4242703217e97ab30d958ba"
integrity sha512-Z/5GYMl3X/GomQRaog03mDM9M0nBmDukCcOK7Rg+FsNt86yNd4ISKNaSlzJYrE3pGK4i1ncv2JLmCspxwjXklQ==
dependencies:
axios "^0.19.0"
tar "5.0.5"

"@nrwl/[email protected]":
version "9.0.4"
resolved "https://registry.yarnpkg.com/@nrwl/react/-/react-9.0.4.tgz#124612c4d272168e597c13737b8c81c53cb36ff1"
Expand Down

0 comments on commit 15a6439

Please sign in to comment.