Skip to content

Commit

Permalink
chore(repo): enable light client (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
StalkAltan authored Sep 18, 2023
1 parent 805d18c commit 819e511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"runner": "nx-cloud",
"options": {
"cacheableOperations": ["build-base", "build", "lint", "test", "e2e"],
"accessToken": "MDRmYzUxMmYtNTQwZi00MjZkLTg0ZTYtMzc5Y2RhOTE4YTc2fHJlYWQtd3JpdGU="
"accessToken": "MDRmYzUxMmYtNTQwZi00MjZkLTg0ZTYtMzc5Y2RhOTE4YTc2fHJlYWQtd3JpdGU=",
"useLightClient": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@swc/cli": "0.1.62",
"@swc/core": "~1.3.51",
"@swc/helpers": "0.5.1",
"nx-cloud": "16.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
Expand Down Expand Up @@ -63,6 +62,7 @@
"license-webpack-plugin": "^4.0.2",
"metro-resolver": "0.71.0",
"nx": "16.8.1",
"nx-cloud": "16.4.0",
"prettier": "2.6.2",
"prettier-plugin-organize-imports": "^3.2.1",
"release-it": "15.2.0",
Expand Down

0 comments on commit 819e511

Please sign in to comment.