project-layout/.husky/pre-commit

5 lines
73 B
Plaintext
Raw Permalink Normal View History

2022-07-18 04:39:05 +00:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run format && git add -A .