Skip to content

Commit

Permalink
Add no frozen lockfile flag
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad committed Sep 4, 2023
1 parent 044edb3 commit 96652fa
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 @@ -28,7 +28,7 @@ jobs:
run: npm i -g [email protected]

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

- name: Set git user
run: |
Expand Down

3 comments on commit 96652fa

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.