#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install validate-branch-name;
npm run lint:staged:fix;
#npm run test:staged;