We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef89a9 commit a892a96Copy full SHA for a892a96
.travis.yml
@@ -24,7 +24,8 @@ script:
24
25
before_deploy:
26
- export TRAVIS_TAG=${TRAVIS_TAG:-$(node -p "require('./package.json').version")-$(date +'%Y.%m.%d')-$(git log --format=%h -1)}
27
- - git tag ${TRAVIS_TAG}
+ - [[ ! -e dist ]] && git tag ${TRAVIS_TAG}
28
+ - git describe --tags
29
- npm run build
30
- export PACKAGE=$(npm pack --silent)
31
deploy:
0 commit comments