Skip to content

Commit

Permalink
Merge pull request #1374 from Tyriar/1353_run_lint_with_tests
Browse files Browse the repository at this point in the history
Run lint with tests
  • Loading branch information
Tyriar authored Apr 13, 2018
2 parents da8151b + 9be57f7 commit 2cee669
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"merge-stream": "^1.0.1",
"node-pty": "^0.7.2",
"nodemon": "1.10.2",
"npm-run-all": "^4.1.2",
"sorcery": "^0.10.0",
"tslint": "^5.9.1",
"typescript": "~2.7.1",
Expand All @@ -77,7 +78,8 @@
"start": "node demo/app",
"start-zmodem": "node demo/zmodem/app",
"lint": "tslint src/*.ts src/**/*.ts",
"test": "gulp test",
"test": "npm-run-all mocha lint",
"mocha": "gulp test",
"build:docs": "jsdoc -c jsdoc.json",
"tsc": "tsc",
"build": "gulp build",
Expand Down

0 comments on commit 2cee669

Please sign in to comment.