Skip to content

Commit 481bb97

Browse files
authored
fix: include dev dependencies in npm ci command (#33)
1 parent ed8b9bf commit 481bb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
registry-url: https://registry.npmjs.org/
2222
node-version: latest
2323
cache: npm
24-
- run: npm ci
24+
- run: npm ci --include=dev
2525
- run: npm publish
2626
if: ${{ !github.event.release.prerelease }}
2727
env:

0 commit comments

Comments
 (0)