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 f1c173c + 35fbafe commit 5107633Copy full SHA for 5107633
.travis.yml
@@ -24,7 +24,7 @@ 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
- - [[ ! -e dist ]] && git tag ${TRAVIS_TAG}
+ - "[[ ! -e dist ]] && git tag ${TRAVIS_TAG}"
28
- git describe --tags
29
- npm run build
30
- export PACKAGE=$(npm pack --silent)
0 commit comments