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