Skip to content

Commit

Permalink
Edit pre-commit hook command
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub authored Apr 13, 2021
1 parent aed55fb commit 9c27721
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 @@ -24,7 +24,7 @@ npm i -D prettier @bokub/prettier-config
```bash
npx husky-init
npm i -D pretty-quick
npx husky set .husky/pre-commit 'pretty-quick --staged'
npx husky set .husky/pre-commit "npx pretty-quick --staged"
```

#### _Optional:_ Run prettier on old code
Expand Down

0 comments on commit 9c27721

Please sign in to comment.