Skip to content

Commit

Permalink
chore(*): --no-frozen-lockfile flag 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwoo3490 committed Oct 23, 2024
1 parent c406983 commit 5f93372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache-dependency-path: "pnpm-lock.yaml"

- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down

0 comments on commit 5f93372

Please sign in to comment.