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: