Skip to content

Commit

Permalink
ci(release): add missing build step
Browse files Browse the repository at this point in the history
  • Loading branch information
devsheva committed Sep 4, 2024
1 parent 49b8e54 commit ded6121
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
- name: Publish
run: npm publish
env:
Expand Down

0 comments on commit ded6121

Please sign in to comment.