Skip to content

Commit

Permalink
fix: build artifacts missing in release 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gruhn committed Jul 19, 2020
1 parent 5dd9056 commit 94deb17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ cache: npm

deploy:
- provider: script
cleanup: false
skip_cleanup: true
on:
all_branches: true
condition: $TRAVIS_BRANCH =~ ^(master|alpha)$
script: npx semantic-release
- provider: pages
cleanup: false
skip_cleanup: true
keep_history: true
github_token: $GH_TOKEN
on:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"homepage": "https://gruhn.github.io/vue-qrcode-reader",
"main": "dist/VueQrcodeReader.common.js",
"unpkg": "dist/VueQrcodeReader.umd.min.js",
"browser": "dist/VueQrcodeReader.umd.min.js",
"keywords": [
"vue",
"vuejs",
Expand Down

0 comments on commit 94deb17

Please sign in to comment.