chore: update commit message for generated files

pull/262/head
Francis Lachapelle 2019-10-31 11:59:55 -04:00
parent fc34befe47
commit 372bd676aa
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ prod:
git update-index --no-assume-unchanged $(CSS_FILES) $(JS_FILES) $(JS_LIB_FILES)
git add -f $(CSS_FILES) $(JS_FILES) $(JS_LIB_FILES)
@if ! git diff --cached --quiet --exit-code; then \
git commit -m "(js/css) Update generated files"; \
git commit -m "chore(js/css): update generated files"; \
else \
echo "Nothing to commit; skipping git-commit"; \
fi