Skip to content

Commit

Permalink
Adds test as a dep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jxson committed Apr 6, 2016
1 parent 69eb785 commit 9b5c706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ zuul: node_modules
zuul --local 8080 --ui tape -- test/index.js

.PHONY: release
release:
release: test
npm version $(version)
git push && git push --tags
npm publish
Expand Down

0 comments on commit 9b5c706

Please sign in to comment.