Skip to content

Commit 794f21a

Browse files
authored
Merge pull request #1601 from Kobzol/nightly-frontend
Build frontend in nightly builds
2 parents 8b2ac30 + b3081fe commit 794f21a

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)