Skip to content

Commit

Permalink
add linting to npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicoder86 committed Nov 30, 2016
1 parent 7b6d4b8 commit c08bdb8
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 @@ -4,9 +4,10 @@
"description": "tslint loader for webpack",
"main": "index.js",
"scripts": {
"lint": "eslint --ext .js .",
"deploy": "np --skip-cleanup",
"test": "mocha ./test/loader.spec.js --timeout 5000"
"lint": "eslint --ext .js .",
"mocha": "mocha ./test/loader.spec.js --timeout 5000",
"test": "npm run mocha && npm run lint"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c08bdb8

Please sign in to comment.