We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5d06d commit 3501f26Copy full SHA for 3501f26
1 file changed
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
node-version: '22'
22
23
- name: Install dependencies
24
- run: npm install --dev
+ run: npm install --include=dev --omit=prod
25
26
- name: Run semantic-release
27
env:
0 commit comments