Skip to content

Commit

Permalink
Env: pnpm.yaml 파일과 package.json파일 동기화
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Aug 11, 2024
1 parent beeb217 commit 43ca76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
npm install -g pnpm
- name: Install Dependencies
run: pnpm install --force
run: pnpm install --no-frozen-lockfile --force

- name: Build
run: CI='' pnpm run build
Expand Down

0 comments on commit 43ca76e

Please sign in to comment.