We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208bdc9 commit 7ba8b28Copy full SHA for 7ba8b28
.gitignore
@@ -10,5 +10,5 @@
10
11
# files
12
node_modules/
13
-example/dist/
14
dist/
+build/
.travis.yml
@@ -20,6 +20,7 @@ script:
20
- export GIT_PUBLISH_URL=https://${GH_TOKEN}@github.com/wwayne/react-tooltip.git
21
- if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then yarn gh-pages -- --repo ${GIT_PUBLISH_URL}; fi
22
- cd example
23
+ - yarn
24
- yarn build
25
26
deploy:
0 commit comments