Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit b5c838e

Browse files
committed
docs: update CONTRIBUTING
Closes #75
1 parent 48a23d3 commit b5c838e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ _Before_ submitting a pull request, please make sure the following is done…
4343
4. If you've added code that should be tested, add tests. You can use watch mode that continuously transforms changed files to make your life easier.
4444

4545
```sh
46-
# build packages continuously
46+
# build packages continuously:
4747
yarn run build:watch
48-
# run docs
49-
yarn run dev
48+
# in website folder have to run:
49+
yarn && yarn run dev
50+
# each time you want to update the documentation to reflect your change, use:
51+
yarn update-website
5052
```
5153

5254
5. If you've changed APIs, update the documentation.

0 commit comments

Comments
 (0)