Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
fix bun build script
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Mar 18, 2024
1 parent f43f56d commit 2ec2ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bun install --frozen-lockfile

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

- name: Run pver release
run: bunx pver release
Expand Down

0 comments on commit 2ec2ae3

Please sign in to comment.