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
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user