Skip to content

Commit

Permalink
Include eslint in test cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
matchilling committed Apr 23, 2017
1 parent 21a1cdc commit addbd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"docs:make": "./node_modules/.bin/esdoc -c .esdoc.json",
"eslint": "./node_modules/.bin/eslint src/",
"start": "node ./lib/Cli ./example/eliza.bot",
"test": "./node_modules/.bin/mocha --compilers js:babel-core/register --recursive test/"
"test": "npm run eslint && ./node_modules/.bin/mocha --compilers js:babel-core/register --recursive test/"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit addbd53

Please sign in to comment.