Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit b00da3d

Browse files
committed
feat: also install dev dependencies on setup project in CI/CD
Some modules are required by webpack so install them on setup project.
1 parent 6835c23 commit b00da3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
uses: actions/checkout@v3
2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v2
25-
- name: Install dependencies
26-
run: pnpm install --prod
25+
with:
26+
run_install: true
2727
- name: Build project
2828
run: pnpm build
2929
- name: Build kelly image

0 commit comments

Comments
 (0)