Skip to content

Commit

Permalink
chore: add install step at publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jun 2, 2024
1 parent 8e9e639 commit 1597aef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: oven-sh/setup-bun@v1
- name: Setup Bun
uses: oven-sh/setup-bun@v1

- name: Build
run: bun install

- name: Build
run: bun run package
Expand Down

0 comments on commit 1597aef

Please sign in to comment.