Updated lib, fixed typo in workflow error message

This commit is contained in:
bomb-on 2020-01-03 15:51:34 +00:00
parent 71752f96db
commit 6cb53e3ace
3 changed files with 25 additions and 4 deletions

View file

@ -21,6 +21,6 @@ jobs:
# Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
run: |
git diff --exit-code --stat -- . ':!node_modules' \
|| (echo "##[error] found changed files after build. please 'npm run build && npm run format'" \
|| (echo "##[error] found changed files after build. please 'npm run build && npm run fmt'" \
"and check in all changes" \
&& exit 1)