mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-22 02:24:44 +08:00
feat: add version check
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
# 生成版本号
|
||||
pnpm gen:version
|
||||
|
||||
# 自动添加修改的版本文件
|
||||
git add src/lib/version.ts
|
||||
|
||||
npx lint-staged
|
||||
Reference in New Issue
Block a user