Skip to content

Commit 6ad3e14

Browse files
committed
ci: fix npm ci on Windows by removing --include=optional
1 parent 255def7 commit 6ad3e14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Install dependencies (Windows)
5252
if: runner.os == 'Windows'
53-
run: npm ci --include=optional
53+
run: npm ci
5454

5555
- name: Install dependencies (macOS/Linux)
5656
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)