Skip to content

Commit b8d078b

Browse files
committed
include npm build in ci
1 parent 2ae48c6 commit b8d078b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,13 @@ jobs:
2727
dotnet-version: 8.0.x
2828
- name: Build
2929
run: dotnet build src --configuration Release -graph
30+
- name: Set up Node.js
31+
uses: actions/[email protected]
32+
with:
33+
node-version: 21.6.x
34+
- name: install frontend packages
35+
run: npm install
36+
working-directory: src/frontend
37+
- name: build frontend
38+
run: npm run build
39+
working-directory: src/frontend

0 commit comments

Comments
 (0)