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