Skip to content

Commit b600e56

Browse files
committed
Add step to generate Jungle4 config in workflow
The unlighouse workflow now includes a step to generate the Jungle4 configuration. This ensures proper setup before building the SvelteKit preview.
1 parent 207201c commit b600e56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unlighouse.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Install Dependencies
1919
run: bun install -g @unlighthouse/cli puppeteer
2020

21+
- name: Generate Jungle4 config
22+
run: make config/jungle4/vaulta
23+
2124
- name: Build SvelteKit Preview
2225
run: make build
2326

0 commit comments

Comments
 (0)