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

npm run eslint
npm run default
npm run build
git add .