Skip to content

Commit 15d0eb2

Browse files
committed
Let all steps build
1 parent 6f5e13a commit 15d0eb2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
build:
88
strategy:
9+
fail-fast: false
910
matrix:
1011
os:
1112
- name: Linux amd64
@@ -29,7 +30,7 @@ jobs:
2930
node-version: 24
3031

3132
- name: Install dependencies
32-
run: npm ci
33+
run: npm ci --include=dev
3334

3435
- name: Build app
3536
run: npm run make

0 commit comments

Comments
 (0)