Skip to content

Commit

Permalink
Add Makefile setup target
Browse files Browse the repository at this point in the history
  • Loading branch information
eush77 committed Sep 30, 2014
1 parent 5f873e2 commit 2a00589
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ release-major release-minor release-patch:
@$(XYZ) --increment $(LEVEL)


.PHONY: setup
setup:
npm install


.PHONY: test
test: all
$(MOCHA)

0 comments on commit 2a00589

Please sign in to comment.