Skip to content

Commit

Permalink
fix(jsr): setup bun & build dist
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <[email protected]>
  • Loading branch information
vinayakkulkarni committed Mar 20, 2024
1 parent d25742c commit ef418e2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,17 @@ jobs:
with:
fetch-depth: 0
ref: main

- name: Setup bun env 🐰
uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: Install dependencies πŸš€
run: bun install

- name: Build the package πŸŽ‰
run: bun run build

- name: Trigger a release (JSR) πŸ₯³
run: bunx jsr publish

0 comments on commit ef418e2

Please sign in to comment.