Skip to content

Commit 5ff3f62

Browse files
committed
refactor: adding yarn build sentence into script in travis
1 parent 9356b8d commit 5ff3f62

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
@@ -21,7 +21,7 @@ script:
2121
- if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then yarn gh-pages -- --repo ${GIT_PUBLISH_URL}; fi
2222
- cd example
2323
- yarn
24-
# - yarn deploy
24+
- yarn build
2525

2626
deploy:
2727
provider: pages

0 commit comments

Comments
 (0)