Skip to content

Commit 9f9f111

Browse files
committed
ci: fix build script
1 parent acec768 commit 9f9f111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Build task.json-web
3333
run: |
34-
npm ci
34+
npm ci --no-optional
3535
npm run build
3636
3737
- name: Create archive

0 commit comments

Comments
 (0)