Display changes

This commit is contained in:
CrazyMax 2019-10-23 12:00:58 +02:00
parent e9e533fa37
commit 10ae755c0f
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -27,6 +27,7 @@ jobs:
name: Check for uncommitted changes
run: |
if [[ `git status --porcelain` ]]; then
git status --porcelain
echo "##[error] found changed files after build. please 'npm run build && npm run format && npm prune --production'"
exit 1
fi