Skip to content

Commit 6509d83

Browse files
committed
- Modified npm script to include dev dependencies during installation.
1 parent f1f2b32 commit 6509d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Install NPM packages
4848
if: steps.node_modules-cache.outputs.cache-hit != 'true'
49-
run: npm ci
49+
run: npm ci --include=dev
5050

5151
- name: Setup PHP
5252
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)