Skip to content

Commit

Permalink
fix: install dependencies in example travis
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Feb 9, 2020
1 parent 208bdc9 commit 7ba8b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -10,5 +10,5 @@

# files
node_modules/
example/dist/
dist/
build/
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -20,6 +20,7 @@ script:
- export GIT_PUBLISH_URL=https://${GH_TOKEN}@github.com/wwayne/react-tooltip.git
- if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then yarn gh-pages -- --repo ${GIT_PUBLISH_URL}; fi
- cd example
- yarn
- yarn build

deploy:
Expand Down

0 comments on commit 7ba8b28

Please sign in to comment.