Files
AlgerMusicPlayer/.husky/pre-push

7 lines
155 B
Plaintext
Executable File

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