Skip to content

Commit

Permalink
Chore: update eslint scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeer264 committed Mar 4, 2020
1 parent 83ddbb3 commit c209869
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
"main": "dest/index.js",
"scripts": {
"test": "jest --coverage",
"lint": "eslint lib __tests__",
"fix": "eslint lib __tests__ --fix",
"lint": "eslint lib/**/*.ts __tests__/**/*.ts",
"prepublish": "npm run build",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"build": "rimraf dest && tsc && babel dest -d dest",
"prepush": "npm test"
"build": "rimraf dest && tsc && babel dest -d dest"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit c209869

Please sign in to comment.