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