File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ them with auto-reload.
51
51
52
52
## Docs
53
53
54
+ The documentation lives in the ` ./docs ` folder. You should start by installing
55
+ its dependencies with ` cd ./docs && yarn install ` . Then:
56
+
54
57
- ` yarn docs:build ` will build the docs website in ` ./docs/dist ` .
55
58
- ` yarn docs:serve ` will do the same, but with live-reload enabled
56
59
- ` yarn docs:deploy ` will deploy the doc website manually
Original file line number Diff line number Diff line change 17
17
"release" : " ./scripts/release" ,
18
18
"serve" : " ./scripts/serve" ,
19
19
"test" : " ./scripts/test" ,
20
- "test:watch" : " ./scripts/test-watch" ,
21
- "postinstall" : " cd ./docs && yarn install"
20
+ "test:watch" : " ./scripts/test-watch"
22
21
},
23
22
"files" : [
24
23
" dist/"
You can’t perform that action at this time.
0 commit comments