Skip to content

Commit f72e888

Browse files
author
Kafil Nasdami
committed
improve publish workflow
1 parent b7fa691 commit f72e888

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: "20"
3434

3535
- name: Install dependencies
36-
run: npm install
36+
run: npm install --production
3737

3838
- name: Publish to npm
3939
run: npm publish

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)