Skip to content

Commit

Permalink
npm install doesn't work with --omit optional at this time
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkiro committed Mar 11, 2024
1 parent 2dd62f8 commit fea2e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: 20
cache: "npm"
- run: npm ci --omit=optional
- run: npm ci
- run: npm run build
- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit fea2e89

Please sign in to comment.