Skip to content

Commit

Permalink
chore(*) add linter to npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
topheman committed Dec 3, 2015
1 parent 6c14896 commit b50b24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "A simple app to try React / ES6 & redux, using topheman-apis-proxy as data api backend",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register --recursive --require ./test/setup.js",
"test": "npm run lint && mocha --compilers js:babel-core/register --recursive --require ./test/setup.js",
"lint": "./node_modules/.bin/eslint --ext .js --ext .jsx src test",
"lint-watch": "./node_modules/.bin/esw --watch --ext .js --ext .jsx src test",
"dev": "echo 'deprecated, use npm run webpack-dev' && npm run webpack-dev",
Expand Down

0 comments on commit b50b24b

Please sign in to comment.