mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
fix: Ensure dependencies are installed before build
This commit is contained in:
parent
aa67adb497
commit
1a490cf07d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
bun-version: latest
|
||||
|
||||
- name: Build
|
||||
run: bun run build
|
||||
run: bun install && bun run build
|
||||
|
||||
- name: 'Automated Version Bump'
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user