mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-21 00:44:41 +08:00
11 lines
177 B
Bash
Executable File
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 |