Add lint to the test command so travis picks it up

This commit is contained in:
Wesley Wigham 2015-09-30 16:12:29 -07:00
parent b95e1ff6d8
commit 8cb93424f4

View file

@ -40,12 +40,13 @@
}, },
"scripts": { "scripts": {
"pretest": "jake tests", "pretest": "jake tests",
"test": "jake runtests", "test": "jake runtests && npm run lint",
"build": "npm run build:compiler && npm run build:tests", "build": "npm run build:compiler && npm run build:tests",
"build:compiler": "jake local", "build:compiler": "jake local",
"build:tests": "jake tests", "build:tests": "jake tests",
"clean": "jake clean", "clean": "jake clean",
"jake": "jake", "jake": "jake",
"lint": "jake lint",
"setup-hooks": "node scripts/link-hooks.js" "setup-hooks": "node scripts/link-hooks.js"
}, },
"browser": { "browser": {