2017-12-01 10:06:24 -08:00

8 lines
121 B
Makefile

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