Skip to content

Commit

Permalink
fix: add rollup command to bundle up package
Browse files Browse the repository at this point in the history
  • Loading branch information
AbsharHassan committed Jan 10, 2024
1 parent bf6a950 commit 244a5e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
cache: 'npm'
- name: install
run: npm ci
- name: bundle
run: npm run rollup
- name: publish
run: npm run semantic-release
env:
Expand Down

0 comments on commit 244a5e4

Please sign in to comment.