Skip to content

Commit

Permalink
package.json: extract lint command.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Aug 6, 2014
1 parent 4c4c824 commit 7df8a98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
"tmp": "0.0.24"
},
"scripts": {
"test": "jshint lib/**/*.js regression/*.js test/**/*.js && mocha test/**/*.js --reporter spec",
"regression-test": "mocha --reporter spec --timeout 10000 regression/*",
"lint": "jshint lib/ regression/ test/",
"test": "mocha --recursive --reporter spec",
"regression-test": "mocha regression/ --reporter spec --timeout 10000",
"cover": "istanbul cover mocha -- --timeout 10000 test/* regression/*"
},
"license": "Apache 2"
Expand Down

0 comments on commit 7df8a98

Please sign in to comment.