Skip to content

Commit

Permalink
Merge pull request #29 from mash-up-kr/chore/gh-action-pnpm
Browse files Browse the repository at this point in the history
Chore: GH Action pnpm ์˜ต์…˜ ์ˆ˜์ •
  • Loading branch information
J-Hoplin authored Jun 29, 2024
2 parents e56d114 + cd77139 commit e47d264
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 e47d264

Please sign in to comment.