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.
2 parents 2a23c5d + a892a96 commit f1c173cCopy full SHA for f1c173c
.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