Files
AlgerMusicPlayer/.husky/pre-commit

10 lines
206 B
Plaintext

echo "对已暂存文件运行 lint-staged..."
npx lint-staged
echo "运行类型检查..."
npm run typecheck
echo "运行国际化检查..."
npm run lint:i18n
echo "所有检查通过,准备提交..."