2015-08-14 22:00:25 -04:00

8 lines
101 B
Makefile

.PHONY: publish-patch
publish-patch:
mocha
npm version patch
npm publish
git push --follow-tags