Files
LunaTV/.husky/pre-commit
2025-07-28 00:49:32 +08:00

11 lines
177 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
# 生成版本号
pnpm gen:version
# 自动添加修改的版本文件
git add src/lib/version.ts
git add VERSION.txt
npx lint-staged