Skip to content

Commit

Permalink
chore(ci): immutable flag update
Browse files Browse the repository at this point in the history
  • Loading branch information
siddsriv committed Jan 6, 2025
1 parent 1293eb6 commit daa9fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-hooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: 'yarn'

- name: install dependencies
run: yarn install --frozen-lockfile
run: yarn install --immutable

- name: run pre-commit hooks
run: |
Expand Down

0 comments on commit daa9fe0

Please sign in to comment.