Lint js files before running tests.

This commit is contained in:
Sebastian Tiedtke
2013-01-14 12:08:42 -08:00
parent b53f6ce071
commit 6db5be8069

View File

@@ -33,7 +33,7 @@
"rimraf": "~2.1.1"
},
"scripts": {
"test": "grunt unit"
"test": "grunt lint unit"
},
"devDependencies": {
"mocha": "~1.8.1",