1
0
mirror of https://github.com/nsnail/dot.git synced 2025-05-13 13:39:30 +08:00
2023-12-13 18:43:53 +08:00

4 lines
337 B
PowerShell

dotnet jb cleanupcode --no-build --include =$( $( git status --porcelain | Where-Object { $_ -match "^\s*[MA]" } | ForEach-Object { $_.TrimStart(" M").TrimStart(" A") } ) -join ";" ) ../Dot.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 ../