Skip to content

Commit

Permalink
fix: Add readonly nx cloud token
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Cory authored and Will Cory committed Oct 12, 2023
1 parent 0157165 commit a1abd77
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 102 deletions.
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
"runner": "nx-cloud",
"options": {
"accessToken": "MDdkNmQwZWEtOGYwNy00ZjhkLWI5NGMtNjBiNGExY2Q5MzI2fHJlYWQ=",
"cacheableOperations": [
"lint",
"build",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@changesets/changelog-github": "^0.4.8",
"@nrwl/nx-cloud": "latest",
"@types/chai": "^4.3.7",
"@types/chai-as-promised": "^7.1.4",
"@types/mocha": "^10.0.2",
Expand Down Expand Up @@ -72,7 +71,8 @@
"prettier-plugin-solidity": "^1.0.0-beta.13",
"rimraf": "^5.0.5",
"ts-mocha": "^10.0.0",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"nx-cloud": "latest"
},
"dependencies": {
"@changesets/cli": "^2.26.0",
Expand Down
111 changes: 12 additions & 99 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1abd77

Please sign in to comment.