non-fungible-apps/.husky/pre-push

10 lines
111 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
if [[ $* == *--skip-tests* ]]
then
exit 0
fi
yarn test