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

Commit

Permalink
docs: update CONTRIBUTING
Browse files Browse the repository at this point in the history
Closes #75
  • Loading branch information
gregberge committed Aug 27, 2019
1 parent 48a23d3 commit b5c838e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ _Before_ submitting a pull request, please make sure the following is done…
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.

```sh
# build packages continuously
# build packages continuously:
yarn run build:watch
# run docs
yarn run dev
# in website folder have to run:
yarn && yarn run dev
# each time you want to update the documentation to reflect your change, use:
yarn update-website
```

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

0 comments on commit b5c838e

Please sign in to comment.