Skip to content

Commit

Permalink
chore: fix npm publish issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Nov 23, 2017
1 parent 303b81f commit 569d7e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ node_js:
- '8'
before_install:
- export CHROME_BIN=chromium-browser
- npm i -g npm@3 # fix for https://github.com/npm/npm/issues/19222
after_success:
- npm run build
- yarn build
- cd dist
- yarn install
- yarn semantic-release
Expand Down

0 comments on commit 569d7e0

Please sign in to comment.