summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <aearly@fluid.com>2015-08-07 13:57:42 -0700
committerAlexander Early <aearly@fluid.com>2015-08-07 14:06:59 -0700
commit230d4472e35c39fae0ac910896e9c915741c308b (patch)
tree593d0892f74ec3d46e679fdf74e9ab28f57ed930
parent63d9381005cc4a4648c533635fc43e50179f7c74 (diff)
downloadasync-230d4472e35c39fae0ac910896e9c915741c308b.tar.gz
ignore errors in minified build commit
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd3c367..4356a6a 100644
--- a/Makefile
+++ b/Makefile
@@ -33,5 +33,5 @@ lint:
release-major release-minor release-patch: all
./support/sync-package-managers.js
git add --force $(BUILDDIR)
- git commit -am "update minified build"
+ git commit -am "update minified build"; true
@$(XYZ) --increment $(@:release-%=%)