#!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" npm run tsc if [ $? -ne 0 ]; then echo "TypeScript 类型检查失败,合并中止!" exit 1 fi