2e36dadfec
* chore: clean up husky + lint-staged * chore: format all files with prettier
4 lines
62 B
Bash
Executable file
4 lines
62 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn run pre-commit
|