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 9878990 commit 1b1d6f8Copy full SHA for 1b1d6f8
.travis.yml
@@ -10,7 +10,7 @@ node_js:
10
11
after_success:
12
- yarn build
13
- - if [ -n "$TRAVIS_TAG" ]; then yarn version $TRAVIS_TAG; fi
+ - if [ -n "$TRAVIS_TAG" ]; then npm version $TRAVIS_TAG; fi
14
15
deploy:
16
- provider: npm
0 commit comments