From 7ba8b28f672b2ca3fc9f5fbe860ec975f10fa0bb Mon Sep 17 00:00:00 2001 From: Rogger794 Date: Sun, 9 Feb 2020 09:04:52 -0500 Subject: [PATCH] fix: install dependencies in example travis --- .gitignore | 2 +- .travis.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 57ee62443..edb1b90a0 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,5 @@ # files node_modules/ -example/dist/ dist/ +build/ diff --git a/.travis.yml b/.travis.yml index 371c62bc2..4e11870cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: