Commit b3655c43 authored by Cole Bemis's avatar Cole Bemis

fix: Fix semantic-release deploys

Updated .travis.yml to match the example provided in the documentation
https://semantic-release.gitbooks.io/semantic-release/content/docs/recipes/travis.html
parent 5a8a8b7d
......@@ -9,5 +9,8 @@ before_script:
- npm prune
script:
- npm start
after_success:
- npm run semantic-release
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
......@@ -13,8 +13,7 @@
"test": "jest",
"cm": "git-cz",
"precommit": "lint-staged",
"commitmsg": "commitlint --edit",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"commitmsg": "commitlint --edit"
},
"config": {
"commitizen": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment