switch to using the normal pre-commit hook for linux on windows instead of a custom powershell one that didn't work
All checks were successful
Autotagger / Autotagger (push) Successful in 6s
Build / Export Files (push) Successful in 7s
Build / Documentation (push) Successful in 19s

This commit is contained in:
SeaswimmerTheFsh 2024-03-23 22:11:38 -04:00
parent c06fc176b3
commit 85f7285d12
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE
2 changed files with 1 additions and 6 deletions

View file

@ -54,7 +54,7 @@ function Symlink {
}
# Create symlink for pre-commit hook
New-Item -ItemType SymbolicLink -Path "$gitHooksDir\pre-commit" -Target "$rootDir\scripts\hooks\pre-commit-windows" -Force
New-Item -ItemType SymbolicLink -Path "$gitHooksDir\pre-commit" -Target "$rootDir\scripts\hooks\pre-commit" -Force
}
Install-Packwiz

View file

@ -1,5 +0,0 @@
#!/usr/bin/env/pwsh
Write-Output "pre-commit: Refreshing packwiz"
Set-Location src
packwiz refresh