Skip to content

Commit

Permalink
chore: fixup semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
azz committed Jan 7, 2018
1 parent a26cae4 commit 6422856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ script:
- yarn test
after_success:
- npm install -g travis-deploy-once@4
- travis-deploy-once "npm run semantic-release"
- travis-deploy-once "yarn semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "babel src -d dist --copy-files --ignore __tests__",
"test": "jest",
"lint": "eslint . --ignore-path=.gitignore",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
},
"peerDependencies": {
"prettier": ">=1.8.0"
Expand Down

0 comments on commit 6422856

Please sign in to comment.