Skip to content

Commit

Permalink
feat: debug deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
chenweigh committed Sep 30, 2024
1 parent 94fa67b commit a7bb147
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: pnpm install --no-frozen-lockfile
run: pnpm install --no-frozen-lockfile --shamefully-hoist

- name: Build Modules
run: pnpm run build
Expand Down
6 changes: 3 additions & 3 deletions xterio-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"preview": "vite preview"
},
"peerDependencies": {
"ethers": "^5.7.2"
"ethers": "^5.7.2",
"@xterio-sdk/auth": "workspace:^"
},
"dependencies": {
"@particle-network/aa": "2.0.1",
Expand All @@ -62,8 +63,7 @@
"ethers": "^5.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.21.2",
"@xterio-sdk/auth": "workspace:^"
"viem": "^2.21.2"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
Expand Down

0 comments on commit a7bb147

Please sign in to comment.