8 lines
94 B
Makefile
8 lines
94 B
Makefile
.PHONY: publish-patch
|
|
|
|
publish-patch:
|
|
mocha
|
|
npm version patch
|
|
npm publish
|
|
git push --tags
|