Skip to content

Commit 8a9c0e2

Browse files
committed
Use bun run build for SvelteKit preview builds
Replaces `make build` with `bun run build` in the CI workflow to align with the project's build tool.
1 parent a2b627b commit 8a9c0e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unlighouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: bun install -g @unlighthouse/cli puppeteer
2020

2121
- name: Build SvelteKit Preview
22-
run: make build
22+
run: bun run build
2323

2424
# Run build in background and log output
2525
- name: Start Preview Server

0 commit comments

Comments
 (0)