Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Commit

Permalink
Added coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchoz49 committed Nov 12, 2019
1 parent 172c1ee commit 499fb94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"build:babel": "babel ./src --out-dir ./dist --ignore \"**/*.test.js\" --source-maps",
"build:protobuf": "pbjs -t json src/schema.proto -o src/schema.json",
"clean": "del-cli dist",
"coveralls": "npm test -- --coverage && cat ./coverage/lcov.info | coveralls",
"coverage": "npm test -- --coverage",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"lint": "semistandard 'src/**/*.js'",
"prepublishOnly": "npm run test && npm run build",
"test": "npm run build:protobuf && jest --verbose --passWithNoTests src",
Expand Down

0 comments on commit 499fb94

Please sign in to comment.