Skip to content

Commit abe5a64

Browse files
committed
Fix git tag
1 parent 32c3562 commit abe5a64

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
@@ -5,7 +5,7 @@ before_script:
55
- npm run bootstrap
66
- npm run build
77
before_deploy:
8-
- npx version-from-git --travis
8+
- npx version-from-git --travis --no-git-tag-version
99
- cp -r packages/component/lib .
1010
deploy:
1111
- provider: npm

0 commit comments

Comments
 (0)