Skip to content

Commit

Permalink
npm test submits coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
pd committed May 11, 2013
1 parent 5410a3f commit f6e4ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ REPORTER = spec
all: watch

watch:
@nodemon -w test -w index.js -x npm test
@nodemon -w test -w index.js -x make jshint test test-cov

jshint:
@jshint --config=jshint.json --reporter=jslint index.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Revive JSON objects into custom types",
"main": "index.js",
"scripts": {
"test": "make jshint test"
"test": "make test-coveralls"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f6e4ad6

Please sign in to comment.