Skip to content

Commit 8cb9342

Browse files
committed
Add lint to the test command so travis picks it up
1 parent b95e1ff commit 8cb9342

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@
4040
},
4141
"scripts": {
4242
"pretest": "jake tests",
43-
"test": "jake runtests",
43+
"test": "jake runtests && npm run lint",
4444
"build": "npm run build:compiler && npm run build:tests",
4545
"build:compiler": "jake local",
4646
"build:tests": "jake tests",
4747
"clean": "jake clean",
4848
"jake": "jake",
49+
"lint": "jake lint",
4950
"setup-hooks": "node scripts/link-hooks.js"
5051
},
5152
"browser": {

0 commit comments

Comments
 (0)