unity-builder/.husky/pre-commit

11 lines
120 B
Bash

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