Skip to content

Commit

Permalink
Fix commands for Husky v9
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub authored Feb 21, 2024
1 parent c72f15a commit c2397d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Setup git hook:
```bash
npm pkg set scripts.prepare="husky install"
npx husky install
npx husky set .husky/pre-commit "npx lint-staged --concurrent false"
echo "npx lint-staged --concurrent false" > .husky/pre-commit
npm pkg set "lint-staged.*"="prettier --write --ignore-unknown"
```

Expand Down

0 comments on commit c2397d3

Please sign in to comment.