Skip to content

Commit

Permalink
fix: re-enable releases
Browse files Browse the repository at this point in the history
Apparently `yarn run semantic-release` doesn't work.
  • Loading branch information
eventualbuddha committed Mar 30, 2017
1 parent 8ec00a6 commit e002e34
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 @@ -9,7 +9,7 @@ node_js:
- '7'
- '6'
after_success:
- yarn run semantic-release
- npm run 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 @@ -9,7 +9,7 @@
"lint": "tslint --project .",
"lint-fix": "tslint --project . --fix",
"test": "mocha",
"semantic-release": "semantic-release pre && yarn publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"bin": {
"codemod": "./bin/codemod"
Expand Down

0 comments on commit e002e34

Please sign in to comment.