build: 📦 构建脚本调整 (#21)

This commit is contained in:
2023-12-15 16:35:06 +08:00
committed by GitHub
parent 7ea61043aa
commit b652a2274f
6 changed files with 32 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
$branch = $( git branch --show-current )
git add ../
./code.clean.ps1
git add ../
../node_modules/.bin/git-cz.ps1
git pull
git push --set-upstream origin $branch
Start-Process -FilePath "https://github.com/nsnail/dot/compare/main...$branch"
Write-Host "按『Enter』重建分支『Ctrl+C』退出"
Pause
./3.git.recreate.branch.ps1