Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrem committed Nov 10, 2023
1 parent da49572 commit c249b86
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
- name: Lint
run: npm run lint -- --filter=./${{ matrix.test-prefix }}

- name: Prepare transitive deps
if: matrix.test-prefix == 'misc/history' || matrix.test-prefix == 'misc/identity-keys' || matrix.test-prefix == 'jsonrpc/ws-connection' || matrix.test-prefix == 'jsonrpc/provider'
run: npm run build
# - name: Prepare transitive deps
# if: matrix.test-prefix == 'misc/history' || matrix.test-prefix == 'misc/identity-keys' || matrix.test-prefix == 'jsonrpc/ws-connection' || matrix.test-prefix == 'jsonrpc/provider'
# run: npm run build

- name: Build
run: npm run build -- --filter=./${{ matrix.test-prefix }}
Expand Down
5 changes: 5 additions & 0 deletions jsonrpc/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
"@walletconnect/jsonrpc-ws-connection": "^1.0.10",
"@walletconnect/relay-auth": "^1.0.3",
"@walletconnect/utils": "^2.1.3",
"@walletconnect/relay-api": "^1.0.9",
"@walletconnect/safe-json": "^1.0.2",
"@walletconnect/time": "^1.0.2",
"@walletconnect/window-getters": "^1.0.1",
"@walletconnect/window-metadata": "^1.0.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"core-js": "^3.6.5",
Expand Down
5 changes: 5 additions & 0 deletions jsonrpc/ws-connection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
"@types/node": "^14.14.7",
"@walletconnect/relay-auth": "^1.0.3",
"@walletconnect/utils": "^2.1.3",
"@walletconnect/relay-api": "^1.0.9",
"@walletconnect/safe-json": "^1.0.2",
"@walletconnect/time": "^1.0.2",
"@walletconnect/window-getters": "^1.0.1",
"@walletconnect/window-metadata": "^1.0.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"core-js": "^3.6.5",
Expand Down

0 comments on commit c249b86

Please sign in to comment.