diff --git a/scripts/build.ps1 b/scripts/build.ps1 index cc0a8ca..6b00006 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -62,7 +62,7 @@ if ( $test -eq $true ) write-host "`n`nBuilding Test`n" # Refactor thirdparty libraries - & .\refactor_and_format.ps1 + & (Join-Path $PSScriptRoot 'refactor_and_format.ps1') $path_test = Join-Path $path_root test $path_test_build = Join-Path $path_test build