Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
Fix mocha command path.
Browse files Browse the repository at this point in the history
  • Loading branch information
loganfsmyth committed Dec 1, 2017
1 parent 0609da8 commit cf5ab03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,7 +1,7 @@
.PHONY: publish-patch

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

0 comments on commit cf5ab03

Please sign in to comment.