Skip to content

Commit

Permalink
Allow updating lockfile in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Dec 16, 2024
1 parent f024a1d commit 6de77c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
jq '.dependencies["@cartridge/presets"] = "github:cartridge-gg/presets#${{ steps.sha.outputs.SHORT_SHA }}"' package.json > tmp.json && mv tmp.json package.json
- name: Update lockfile
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Commit and push changes
run: |
Expand Down

0 comments on commit 6de77c5

Please sign in to comment.