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 b9d4ad3 commit e93f741Copy full SHA for e93f741
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Install dependencies (node < 8)
32
if: ${{ matrix.node-version < 8 }}
33
- run: npm install --omit=dev
+ run: npm install --only=prod
34
35
- name: Run unit tests
36
if: ${{ matrix.node-version >= 16 }}
0 commit comments