Skip to content

Commit

Permalink
chore(makefile): adding test target
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Oct 31, 2017
1 parent 30bc1e3 commit d2c7c96
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
@@ -1,6 +1,9 @@
BASE = .

.PHONY: build
build:
cd BUILD && node BUILD.js

.PHONY: build
.PHONY: test
test:
npm test

0 comments on commit d2c7c96

Please sign in to comment.