5 lines
100 B
PowerShell
Executable file
5 lines
100 B
PowerShell
Executable file
#!/usr/bin/env/pwsh
|
|
|
|
Write-Output "pre-commit: Refreshing packwiz"
|
|
Set-Location src
|
|
packwiz refresh
|