Skip to content

Commit

Permalink
npm ci --omit optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sd-yip committed Jun 26, 2022
1 parent 2c04616 commit 79db941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- run: |
apt-get update && apt-get install -y ca-certificates git
npm ci --no-optional
npm ci --omit optional
npm run build
- if: env.CI_RELEASE == 'true'
Expand Down

0 comments on commit 79db941

Please sign in to comment.