diff --git a/nx.json b/nx.json index 12dcaad81..f66a10644 100644 --- a/nx.json +++ b/nx.json @@ -8,7 +8,8 @@ "runner": "nx-cloud", "options": { "cacheableOperations": ["build-base", "build", "lint", "test", "e2e"], - "accessToken": "MDRmYzUxMmYtNTQwZi00MjZkLTg0ZTYtMzc5Y2RhOTE4YTc2fHJlYWQtd3JpdGU=" + "accessToken": "MDRmYzUxMmYtNTQwZi00MjZkLTg0ZTYtMzc5Y2RhOTE4YTc2fHJlYWQtd3JpdGU=", + "useLightClient": true } } }, diff --git a/package.json b/package.json index 39e78fba4..03e5aec86 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",