Skip to content
Prev Previous commit
Next Next commit
better wording
  • Loading branch information
amejiarosario committed Apr 4, 2019
commit dd8ea97fbca6230c807da72e8b876ea11cbd4f48
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "jest src/",
"watch": "jest src/ --watch --coverage",
"coverage": "jest src/ --coverage && open coverage/lcov-report/index.html",
"linter": "npx eslint --fix --format codeframe src/",
"lint": "npx eslint --fix --format codeframe src/",
"ci": "npx eslint src/ && npm test"
},
"keywords": [
Expand Down