unity-builder/.husky/pre-commit

7 lines
90 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
2021-12-13 15:01:05 +00:00
git add dist/index.*