Skip to content

Commit

Permalink
Add --omit=dev to npm clean-install in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisAphalon committed Feb 2, 2025
1 parent f29a881 commit a1ee86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git config --local user.name "GitHub Action"
- name: Install dependencies
run: npm clean-install
run: npm clean-install --omit=dev

- name: Checkout to production
run: git checkout -B production
Expand Down

0 comments on commit a1ee86d

Please sign in to comment.