Skip to content

Commit

Permalink
Check for existence of web dir for command
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Sep 19, 2023
1 parent 3b0c15b commit 8ce08cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_files/build_environment/KrakenDeveloperProfile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function WabiAnimationPreCommitHook

function DeployWabiWeb
{
if ((Test-Path -Path $IsKrakenCreatorInDirectory) -and (Test-Path -Path $IsKrakenSourceInDirectory)) {
if (Test-Path -Path $KrakenGlobalView/../animation.foundation) {
Push-Location $KrakenGlobalView/../animation.foundation

swift run -c release
Expand Down

0 comments on commit 8ce08cf

Please sign in to comment.