Update contributing.md

This commit is contained in:
Matthew Phillips 2021-06-09 15:39:19 -04:00 committed by GitHub
parent 614b8b9a17
commit 7d5e007bf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.