Update workflow.yml

pull/302/head
David Hadka 5 years ago committed by GitHub
parent 5ba1e85d42
commit fb1a5c22b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save