Skip to content

Commit 1b1d6f8

Browse files
authored
chore: Use npm version instead of yarn version
1 parent 9878990 commit 1b1d6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ node_js:
1010

1111
after_success:
1212
- yarn build
13-
- if [ -n "$TRAVIS_TAG" ]; then yarn version $TRAVIS_TAG; fi
13+
- if [ -n "$TRAVIS_TAG" ]; then npm version $TRAVIS_TAG; fi
1414

1515
deploy:
1616
- provider: npm

0 commit comments

Comments
 (0)