#!/bin/sh . "$(dirname "$0")/_/husky.sh" #推送之前运行eslint检查 #npm run lint #推送之前运行tsc检查 #npm run tsc-check #推送之前运行单元测试检查(需要可开启) #npm run test:unit