Files
unity-activate/.husky/pre-commit
2022-04-03 17:59:02 +02:00

14 lines
144 B
Bash

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
if [ -t 1 ]; then
exec < /dev/tty
fi
yarn lint-staged
yarn lint
yarn test
yarn build
git add dist