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

[ -n "$CI" ] && exit 0

# 根据./lintsstagedrc.cjs配置格式化并提交代码
npm run lint:lint-staged
