Skip to content

Commit 1a490cf

Browse files
committed
fix: Ensure dependencies are installed before build
1 parent aa67adb commit 1a490cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
bun-version: latest
2929

3030
- name: Build
31-
run: bun run build
31+
run: bun install && bun run build
3232

3333
- name: 'Automated Version Bump'
3434
run: |

0 commit comments

Comments
 (0)