Update workflow.yml

This commit is contained in:
David Hadka 2020-05-08 18:56:01 -04:00 committed by GitHub
parent 5ba1e85d42
commit fb1a5c22b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,9 +49,9 @@ jobs:
run: |
npm run build
if [ "$(git status --porcelain | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after build"
echo "Detected uncommitted changes after build. See status below:"
git status
exit 0
exit 1
fi