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 4a75ed8 commit 94fa67b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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,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",
Expand All @@ -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",
Expand Down

0 comments on commit 94fa67b

Please sign in to comment.