Skip to content

Commit 629f5b4

Browse files
committed
fix(?): force install devDependencies
1 parent 851317c commit 629f5b4

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
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
registry-url: "https://registry.npmjs.org"
3535
- name: Install dependencies
36-
run: npm install
36+
run: npm install --include=dev
3737
- name: Parse Changelog # Exits if changelog not found
3838
id: changelog
3939
env:

0 commit comments

Comments
 (0)