chore: 🔨 css 基础单位 (#98)

This commit is contained in:
2024-03-21 21:47:47 +08:00
committed by GitHub
parent c117ddfe7a
commit d052e43b86
28 changed files with 180 additions and 52 deletions

View File

@ -1,6 +1,10 @@
$branch = $( git branch --show-current )
git add ../
./code.clean.ps1
$skipFormat = Read-Host "输入 n 跳过代码整理"
if ($skipFormat -ne "n")
{
./code.clean.ps1
}
git add ../
../node_modules/.bin/git-cz.ps1
git pull