Skip to content

Commit e73b0e0

Browse files
committed
Merge branch 'next' into switch-to-ts
2 parents 8ccfc0f + e95a542 commit e73b0e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1573
-20337
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
command: yarn build:examples
7979
- run:
8080
name: Test examples
81-
command: yarn test:examples
81+
command: yarn test:examples --maxWorkers=2
8282
- run:
8383
name: Deploy examples
8484
command: |

.gitbook.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
root: ./docs/
2+
3+
structure:
4+
readme: ./introduction.md
5+
summary: ./_summary.md

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build/
22
coverage/
33
dist/
4-
docs/
4+
storybook/
55
node_modules/
66
pkg/
77
.cache
@@ -10,3 +10,8 @@ npm-debug.log*
1010
yarn-debug.log*
1111
yarn-error.log*
1212
lerna-debug.log*
13+
14+
# these cause more harm than good
15+
# when working with contributors
16+
package-lock.json
17+
yarn.lock

0 commit comments

Comments
 (0)