Skip to content

Commit

Permalink
Add publish target.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Feb 1, 2019
1 parent 9a1b3a0 commit d148906
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ cov-publish:
install:
npm link

.PHONY: ci deps test cov cov-publish install
publish:
npm publish

.PHONY: ci deps test cov cov-publish install publish

0 comments on commit d148906

Please sign in to comment.