Skip to content

Commit

Permalink
fix(sdk): test build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool authored and cor committed Jan 7, 2025
1 parent b4a6b11 commit 0654043
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/typescript-sdk-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
working-directory: './typescript-sdk'
run: bun install

- name: 'Build Preview SDK'
working-directory: './typescript-sdk'
run: bun run build

- name: 'Publish Preview Version'
run: |
bun x pkg-pr-new publish --no-template --comment=update typescript-sdk

0 comments on commit 0654043

Please sign in to comment.