Skip to content

Commit c8c7c8f

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andcommitted
fix: ensure pnpm is available for pre-commit hook
Co-Authored-By: Jayant Krishnamurthy <[email protected]>
1 parent b5643a5 commit c8c7c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: pnpm-fix-format
2929
name: Format files using pnpm fix:format
30-
entry: pnpm turbo fix:format
30+
entry: bash -c 'npm i -g pnpm && pnpm install && pnpm turbo fix:format'
3131
language: system
3232
pass_filenames: false
3333
- repo: local

0 commit comments

Comments
 (0)