Skip to content

Commit 3501f26

Browse files
authored
fix: fix build command (#5)
1 parent ad5d06d commit 3501f26

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
node-version: '22'
2222

2323
- name: Install dependencies
24-
run: npm install --dev
24+
run: npm install --include=dev --omit=prod
2525

2626
- name: Run semantic-release
2727
env:

0 commit comments

Comments
 (0)