Skip to content

Commit 8b5d6a6

Browse files
committed
fix(travis): build package before deploy to npm
^
1 parent f332c00 commit 8b5d6a6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ language: node_js
33
install:
44
- yarn
55

6-
cache:
7-
yarn: true
8-
directories:
9-
- node_modules
6+
cache: yarn
107

118
node_js:
129
- '10'
@@ -40,4 +37,5 @@ jobs:
4037
provider: script
4138
skip_cleanup: true
4239
script:
40+
- yarn build
4341
- yarn semantic-release

0 commit comments

Comments
 (0)