Skip to content

Commit

Permalink
chore: add missing coveralls script
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Oct 18, 2020
1 parent ae22f7c commit ae325a6
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 @@ -6,7 +6,8 @@
"prebuild": "rimraf dist",
"build": "tsc --project tsconfig.client.json && tsc --project tsconfig.server.json",
"postbuild": "copyfiles -f src/client/theme/SearchBar/SearchBar.css dist/client/client/theme/SearchBar",
"release": "standard-version"
"release": "standard-version",
"coveralls": "coveralls < .coverage/lcov.info"
},
"main": "dist/server/server/index.js",
"files": [
Expand Down

0 comments on commit ae325a6

Please sign in to comment.