Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0993584

Browse files
committed
add omit optional
1 parent f84f929 commit 0993584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525

2626
- name: install & gen
2727
run: |
28-
npm ci
28+
npm ci --omit=optional
2929
npm run build
30-
30+
3131
- name: Deploy
3232
uses: s0/git-publish-subdir-action@develop
3333
env:

0 commit comments

Comments
 (0)