Skip to content

Commit

Permalink
Adding debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Apr 4, 2024
1 parent cd1dc17 commit 2d8a66a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
$gitStatus = (git status --porcelain)
if ($gitStatus)
{
git status
throw ("Client-side assets are not up-to-date. Please run 'gulp rebuild' and commit the changes.`n" +
[System.String]::Join([System.Environment]::NewLine, (git status --porcelain)))
}

0 comments on commit 2d8a66a

Please sign in to comment.