Skip to content

Commit b3081fe

Browse files
committed
Build frontend in nightly builds
1 parent 8b2ac30 commit b3081fe

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,17 @@ jobs:
2727

2828
- uses: Swatinem/rust-cache@v1
2929

30-
- name: Compile
30+
- uses: actions/setup-node@v3
31+
with:
32+
node-version: 18
33+
34+
- name: Compile frontend
35+
run: |
36+
cd site/frontend
37+
npm ci
38+
npm run build
39+
40+
- name: Compile site
3141
uses: actions-rs/cargo@v1
3242
with:
3343
command: build

0 commit comments

Comments
 (0)