Skip to content

Commit

Permalink
run eslint in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokahler committed Aug 24, 2019
1 parent f9fe99f commit 186141a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A state management for data fetches in React",
"main": "index.js",
"scripts": {
"test": "jest --coverage --coverageReporters=text-lcov | coveralls",
"test": "eslint src && jest --coverage --coverageReporters=text-lcov | coveralls",
"clean": "rimraf node_modules && npm i",
"build": "node ./scripts/build.js",
"check-types": "npx tsc",
Expand Down

0 comments on commit 186141a

Please sign in to comment.