Skip to content

Commit

Permalink
Merge pull request #1802 from elizaOS/shakkernerd-patch-1
Browse files Browse the repository at this point in the history
chore: install with no frozen-lockfile flag
  • Loading branch information
shakkernerd authored Jan 4, 2025
2 parents 5e17ccd + e9a03fe commit 92ae29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: "pnpm"

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

- name: Run Prettier
run: pnpm run prettier --check .
Expand Down

0 comments on commit 92ae29d

Please sign in to comment.