Skip to content

Commit

Permalink
build: add lint and coverage to package json (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Butterworth authored Sep 17, 2019
1 parent 4563b59 commit 3a7cd86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"main": "dist/index.js",
"scripts": {
"build": "make build",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint --ext .js --ext .jsx .",
"precommit": "npm run lint",
"semantic-release": "semantic-release",
"start": "parcel ./example/index.html --no-source-maps --out-dir example/dist",
"test": "jest --coverage --passWithNoTests"
Expand Down

0 comments on commit 3a7cd86

Please sign in to comment.