unity-test-runner/.husky/pre-commit

8 lines
100 B
Plaintext
Raw Normal View History

2022-01-09 14:29:20 +00:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged
yarn test
yarn build
git add dist/index.*