Navigation Menu

Skip to content

Commit

Permalink
Updated Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeek committed Dec 16, 2016
1 parent 8260054 commit b6e50ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Expand Up @@ -19,15 +19,15 @@ watch:

test:
make lint
$(BIN)/mocha ./test/specs/**/*.js
$(BIN)/mocha test/specs/

lint:
$(BIN)/eslint web.js
$(BIN)/eslint static/js/**/*.js
$(BIN)/eslint src/**/*.js
$(BIN)/eslint test/specs/**/*.js
$(BIN)/eslint static/js/
$(BIN)/eslint src/
$(BIN)/eslint test/specs/

coverage:
$(BIN)/istanbul cover $(BIN)/_mocha ./test/specs
$(BIN)/istanbul cover $(BIN)/_mocha test/specs/

.PHONY: test coverage

0 comments on commit b6e50ba

Please sign in to comment.