Skip to content

Commit

Permalink
fix(#42): ci yaml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh000526 committed Nov 13, 2024
1 parent a9a349c commit 32868dd
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies #라이브러리설치
run: |
pnpm install
pnpm install --no-frozen-lockfile
- name: Run lint & Turbo build
run: |
Expand Down
Loading

0 comments on commit 32868dd

Please sign in to comment.