Skip to content

Commit

Permalink
Revert "fix: remove flag for frozen lockfile (#258)"
Browse files Browse the repository at this point in the history
This reverts commit a44bcbf.
  • Loading branch information
jessicamcinchak authored Oct 17, 2024
1 parent a950013 commit 5c5b556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: npm install -g pnpm@${{ vars.PNPM_VERSION }}

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

- name: Build
run: |
Expand Down

0 comments on commit 5c5b556

Please sign in to comment.