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 c2cffba commit 9cd2988Copy full SHA for 9cd2988
.github/workflows/unit-test.yml
@@ -86,7 +86,7 @@ jobs:
86
- run: npm install -g npm@latest
87
88
- name: Bootstrap
89
- run: npm ci
+ run: npm ci --no-optional
90
91
- name: Build 🔧
92
run: |
0 commit comments