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 f1f2b32 commit 6509d83Copy full SHA for 6509d83
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Install NPM packages
48
if: steps.node_modules-cache.outputs.cache-hit != 'true'
49
- run: npm ci
+ run: npm ci --include=dev
50
51
- name: Setup PHP
52
uses: shivammathur/setup-php@v2
0 commit comments