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

npm install
npm run build
npm run format
git add -A
npx lint-staged
