package.json: add linting to test
script
This commit is contained in:
parent
8fdfd70c7e
commit
12ba15acf2
@ -14,7 +14,7 @@
|
||||
"scripts": {
|
||||
"start": "node index",
|
||||
"build": "grunt",
|
||||
"test": "HOME=test/fixtures mocha test/**/*.js",
|
||||
"test": "HOME=test/fixtures mocha test/**/*.js && npm run lint",
|
||||
"lint": "eslint index.js Gruntfile.js src/ test/ client/ defaults/"
|
||||
},
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user