Fix mocha command path.

This commit is contained in:
Logan Smyth
2017-12-01 10:06:24 -08:00
parent b6172b2ed3
commit 3a36eca1b4

View File

@@ -1,7 +1,7 @@
.PHONY: publish-patch
publish-patch:
mocha
./node_modules/.bin/mocha
npm version patch
npm publish
git push --follow-tags