Skip to content

Commit

Permalink
Merge 3f5c63c into 087b832
Browse files Browse the repository at this point in the history
  • Loading branch information
eidng8 committed Apr 11, 2020
2 parents 087b832 + 3f5c63c commit 7bdb793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ script:
before_deploy:
- export TRAVIS_TAG=${TRAVIS_TAG:-$(node -p "require('./package.json').version")-$(date +'%Y.%m.%d')-$(git log --format=%h -1)}
- echo ${TRAVIS_TAG}
- "[[ ${TAGGED} != 1 ]] && git tag ${TRAVIS_TAG} && export TAGGED=1"
- "[[ ! -e dist ]] && npm run build && export PACKAGE=$(npm pack --silent)"
- "if [[ ${TAGGED} != 1 ]]; then git tag ${TRAVIS_TAG} && export TAGGED=1; fi"
- "if [[ ! -e dist ]]; then npm run build && export PACKAGE=$(npm pack --silent); fi"
deploy:
- provider: releases
skip_cleanup: true
Expand Down

0 comments on commit 7bdb793

Please sign in to comment.