Skip to content

Commit 5488351

Browse files
authored
Bun build on deploy
1 parent 37f19c0 commit 5488351

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ jobs:
9898
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
9999
- name: Nix channel update
100100
run: nix-channel --update
101+
- name: Bun install
102+
run: nix-env -iA bun -f '<nixpkgs>' && bun install
103+
- name: Bun build
104+
run: bun run build
101105
- name: Build
102106
run: nix-build -A miso-ghcjs
103107
- name: Miso.js coverage

0 commit comments

Comments
 (0)