diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index f1204fdb4..1e62cebd6 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -64,7 +64,7 @@ jobs: $gitStatus = (git status --porcelain) if ($gitStatus) { - git status + git diff 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)))