mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-03 14:20:50 +08:00
10 lines
206 B
Plaintext
10 lines
206 B
Plaintext
echo "对已暂存文件运行 lint-staged..."
|
|
npx lint-staged
|
|
|
|
echo "运行类型检查..."
|
|
npm run typecheck
|
|
|
|
echo "运行国际化检查..."
|
|
npm run lint:i18n
|
|
|
|
echo "所有检查通过,准备提交..." |