Skip to content

Commit 7ba8b28

Browse files
committed
fix: install dependencies in example travis
1 parent 208bdc9 commit 7ba8b28

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

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

1111
# files
1212
node_modules/
13-
example/dist/
1413
dist/
14+
build/

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ script:
2020
- export GIT_PUBLISH_URL=https://${GH_TOKEN}@github.com/wwayne/react-tooltip.git
2121
- if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then yarn gh-pages -- --repo ${GIT_PUBLISH_URL}; fi
2222
- cd example
23+
- yarn
2324
- yarn build
2425

2526
deploy:

0 commit comments

Comments
 (0)