Skip to content

Commit

Permalink
fix(sdk): try fix error when adding sdk (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwedge99 committed Jul 6, 2024
1 parent af78163 commit c028ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Clean sdk dependencies
run: |
# Dependencies are bundled.
pnpm json -I -f package.json -e "this.dependencies=Object.fromEntries(Object.entries(this.dependencies).filter((entry) => ['@project-serum/anchor', '@sentio/ethers-v6', 'graphql'].includes(entry['0'])))"
pnpm json -I -f package.json -e "this.dependencies=Object.fromEntries(Object.entries(this.dependencies).filter((entry) => ['@project-serum/anchor', '@sentio/ethers-v6', 'graphql', 'typechain'].includes(entry['0'])))"
working-directory: packages/sdk
- name: SDK NPM Publish
if: steps.semantic.outputs.new_release_published == 'true'
Expand Down

0 comments on commit c028ad0

Please sign in to comment.