Skip to content

Commit

Permalink
fix: Use yarn instead of npm for semantic-release
Browse files Browse the repository at this point in the history
npm crashes with "missing script semantic-release"
  • Loading branch information
ptbrowne committed Nov 2, 2020
1 parent 0bccda1 commit d59098b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_deploy:
deploy:
provider: script
skip_cleanup: true
script: npm run semantic-release
script: yarn run semantic-release
on:
branch: master
repo: cozy/cozy-bar

0 comments on commit d59098b

Please sign in to comment.