mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
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:
@@ -9,5 +9,8 @@ before_script:
|
|||||||
- npm prune
|
- npm prune
|
||||||
script:
|
script:
|
||||||
- npm start
|
- npm start
|
||||||
after_success:
|
deploy:
|
||||||
- npm run semantic-release
|
provider: script
|
||||||
|
skip_cleanup: true
|
||||||
|
script:
|
||||||
|
- npx semantic-release
|
||||||
|
@@ -13,8 +13,7 @@
|
|||||||
"test": "jest",
|
"test": "jest",
|
||||||
"cm": "git-cz",
|
"cm": "git-cz",
|
||||||
"precommit": "lint-staged",
|
"precommit": "lint-staged",
|
||||||
"commitmsg": "commitlint --edit",
|
"commitmsg": "commitlint --edit"
|
||||||
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
|
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"commitizen": {
|
"commitizen": {
|
||||||
|
Reference in New Issue
Block a user