Skip to content

Commit

Permalink
fix: use full name of pnpm in git hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilerd committed Oct 7, 2024
1 parent 3815dd1 commit f842384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
},
"husky": {
"hooks": {
"pre-commit": "p run prettier:fix"
"pre-commit": "pnpm run prettier:fix"
}
}
}

0 comments on commit f842384

Please sign in to comment.