Skip to content

Commit

Permalink
chore: fix the release pipelines #2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaqchase committed Apr 14, 2024
1 parent 57763a0 commit c8b5648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: bun install

- name: Build
run: bun build
run: bun run build

- name: Run Test
run: bun test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: bun install

- name: Build
run: bun build
run: bun run build

- name: Test Package
run: bun test
Expand Down

0 comments on commit c8b5648

Please sign in to comment.