Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

Commit 6eb7bf6

Browse files
authored
fix: using bun (#50)
1 parent d80de33 commit 6eb7bf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444

4545
- name: 📥 Install deps
4646
if: ${{ steps.release.outputs.release_created }}
47-
run: pnpm install --frozen-lockfile
47+
run: bun install --frozen-lockfile
4848

4949
- name: ⚙️ Building package
5050
if: ${{ steps.release.outputs.release_created }}
51-
run: pnpm build
51+
run: bun run build
5252

5353
- name: 🚀 Publish package
5454
id: publish

0 commit comments

Comments
 (0)