mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-06-20 18:58:16 +08:00
chore: 🔨 css 基础单位 (#98)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user