Update contributing.md
This commit is contained in:
parent
614b8b9a17
commit
7d5e007bf7
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@ yarn install
|
|||
yarn build
|
||||
```
|
||||
|
||||
Most of the packages have a dev script that will recompile when a file changes. For example when working on the `astro` package you can run:
|
||||
|
||||
```shell
|
||||
yarn workspace astro run dev
|
||||
```
|
||||
|
||||
## Making Pull Requests
|
||||
|
||||
When making a pull request, add a changeset which helps with releases.
|
||||
|
|
Loading…
Reference in a new issue