Skip to content

Commit

Permalink
Merge pull request #64 from The-Quill/master
Browse files Browse the repository at this point in the history
Fixed the makefile
  • Loading branch information
vihanb committed Jul 14, 2016
2 parents 4947941 + bc1b035 commit fd2ff8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build:
install:
./bin/install
test:
babel-node ./node_modules/.bin/babel-istanbul cover _mocha
./node_modules/.bin/babel-node ./node_modules/.bin/babel-istanbul cover _mocha
clean:
rm -rf ./dist/
.PHONY: test
.PHONY: test

0 comments on commit fd2ff8c

Please sign in to comment.