We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255def7 commit 6ad3e14Copy full SHA for 6ad3e14
1 file changed
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Install dependencies (Windows)
52
if: runner.os == 'Windows'
53
- run: npm ci --include=optional
+ run: npm ci
54
55
- name: Install dependencies (macOS/Linux)
56
if: runner.os != 'Windows'
0 commit comments