unity-builder/.husky/pre-commit

6 lines
69 B
Plaintext
Raw Normal View History

2021-12-13 14:38:12 +00:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
2021-12-13 14:58:49 +00:00
npx lint-staged
yarn build