linter runs after tests via jake

This commit is contained in:
Wesley Wigham
2015-10-02 12:45:33 -07:00
parent 19b208cec6
commit 2d7b217d95
2 changed files with 9 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
},
"scripts": {
"pretest": "jake tests",
"test": "jake runtests && npm run lint",
"test": "jake runtests",
"build": "npm run build:compiler && npm run build:tests",
"build:compiler": "jake local",
"build:tests": "jake tests",