Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

Commit

Permalink
run lint together with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkvasnicak committed Dec 15, 2015
1 parent 866dc25 commit ed50c4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 8,4 @@ dependencies:
- "npm install -g npm"
test:
override:
- "npm run lint"
- "npm run test"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 25,7 @@
"build:umd:routex": "webpack src/index.js dist/routex.js && NODE_ENV=production webpack src/index.js dist/routex.min.js",
"build:umd:react": "MODULENAME=react-routex webpack src/react/index.js dist/react-routex.js && NODE_ENV=production MODULE_NAME=react-routex webpack src/react/index.js dist/react-routex.min.js",
"lint": "eslint -c .eslintrc src test",
"test": "mocha --compilers js:babel/register --recursive"
"test": "npm run lint && mocha --compilers js:babel/register --recursive"
},
"peerDependencies": {
"history": "^1.3.0",
Expand Down

0 comments on commit ed50c4d

Please sign in to comment.