Skip to content

Commit c2419ba

Browse files
authored
Add Tech section to README + support static storybook (#161)
* Add Tech section to README + support static storybook * build storybook
1 parent f177d91 commit c2419ba

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ script:
2828

2929
after_success:
3030
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
31+
- yarn build-storybook
3132

3233
before_deploy:
3334
- if [ "$BRANCH" == "master" ]; then
@@ -40,4 +41,11 @@ deploy:
4041
script: if [ "$GH_TOKEN" != "false" ]; then npx auto shipit; fi;
4142
skip-cleanup: true
4243
on:
43-
all_branches: true
44+
all_branches: true
45+
- provider: pages
46+
local-dir: "./storybook-static"
47+
skip-cleanup: true
48+
github-token: $GH_TOKEN
49+
keep-history: true
50+
on:
51+
branch: master

packages/core/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Examples can be found - [here](https://github.com/kenshoo/react-tree/blob/master
2424
yarn add @kenshooui/react-tree
2525
```
2626

27+
### Technologies
28+
29+
* React 16
30+
* @emotion/core
31+
2732
### How to use
2833
<!-- example -->
2934

packages/material_tree/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ Examples can be found - [here](https://github.com/kenshoo/react-tree/blob/master
3030
yarn add @material-ui/core @material-ui/icons
3131
```
3232

33+
### Technologies
34+
35+
* React 16
36+
* @material-ui/core
37+
* @material-ui/icons
38+
3339
### How to use
3440
<!-- example -->
3541

0 commit comments

Comments
 (0)