Skip to content

Commit

Permalink
Chore: GH Action pnpm 옵션 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Hoplin committed Jun 29, 2024
1 parent e56d114 commit cd77139
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: pnpm settings
uses: pnpm/action-setup@v4
with:
run_install: false
run_install: |
- recursive: true
args: [--frozen-lockfile]
- name: Install dependencies
run: pnpm install
- name: Check Application Build
Expand Down

0 comments on commit cd77139

Please sign in to comment.