Skip to content

Commit

Permalink
add coveralls script
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Jan 19, 2021
1 parent 2d7ab8b commit 93d3bcc
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 @@ -10,7 +10,8 @@
"size": "size-limit",
"sloc": "echo \"Source code:\" > SLOC && npx sloc src >> SLOC && echo \"Tests:\" >> SLOC && npx sloc tests >> SLOC && echo \"Total:\" >> SLOC && npx sloc src tests >> SLOC",
"format": "prettier --write \"**/*.{js,jsx,json,ts,md}\"",
"build": "npm run lint && npm run test && npm run bundle && npm run sloc && npm run size && npm run format"
"build": "npm run lint && npm run test && npm run bundle && npm run sloc && npm run size && npm run format",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"author": "Christophe Noël",
"license": "MIT",
Expand Down

0 comments on commit 93d3bcc

Please sign in to comment.