Skip to content

Commit

Permalink
Chore: update travis email updates | update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeer264 committed Jul 12, 2020
1 parent a9ebaf1 commit 10de1c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -11,5 +11,6 @@ script:
notifications:
email:
on_failure: change
on_success: change
after_success:
- npm run coveralls
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -8,7 +8,8 @@
"test": "jest",
"lint": "eslint index.ts __tests__/test.spec.ts",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"build": "rimraf dest && tsc && babel dest -d dest"
"build": "rimraf dest && tsc && babel dest -d dest",
"prepublishOnly": "npm run build"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 10de1c0

Please sign in to comment.