diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 22e9650..4f493c9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,8 +27,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Install dependencies - # run: pnpm install --no-frozen-lockfile - run: pnpm install + run: pnpm install --no-frozen-lockfile - name: Build Modules run: pnpm run build diff --git a/xterio-wallet/package.json b/xterio-wallet/package.json index bf41550..cae97a6 100644 --- a/xterio-wallet/package.json +++ b/xterio-wallet/package.json @@ -52,8 +52,7 @@ "preview": "vite preview" }, "peerDependencies": { - "ethers": "^5.7.2", - "@xterio-sdk/auth": "workspace:^" + "ethers": "^5.7.2" }, "dependencies": { "@particle-network/aa": "2.0.1", @@ -63,7 +62,8 @@ "ethers": "^5.7.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "viem": "^2.21.2" + "viem": "^2.21.2", + "@xterio-sdk/auth": "workspace:^" }, "devDependencies": { "@eslint/js": "^9.9.0",