mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-04-22 06:02:52 +08:00
5 lines
378 B
PowerShell
5 lines
378 B
PowerShell
npm --prefix ../src/frontend/admin run prettier
|
|
jb cleanupcode --no-build --include=$($(git status --porcelain | Where-Object { $_ -match "^\s*[MA]" } | ForEach-Object { $_.TrimStart(" M").TrimStart(" A") }) -join ";") ../NetAdmin.sln
|
|
dot rbom -w -e refs -e .git -e node_modules ../
|
|
dot trim -w -e refs -e .git -e node_modules ../
|
|
dot tolf -w -e refs -e .git -e node_modules ../ |