diff options
author | 2021-06-09 15:39:19 -0400 | |
---|---|---|
committer | 2021-06-09 15:39:19 -0400 | |
commit | 7d5e007bf7a68d2e819ed42fc78d6fe23557f0fb (patch) | |
tree | bb92f9f111fc4b0b983edc6e8e1719c02bda3d9b | |
parent | 614b8b9a17ce7bb7e720b74a64265afa9dbb467d (diff) | |
download | astro-7d5e007bf7a68d2e819ed42fc78d6fe23557f0fb.tar.gz astro-7d5e007bf7a68d2e819ed42fc78d6fe23557f0fb.tar.zst astro-7d5e007bf7a68d2e819ed42fc78d6fe23557f0fb.zip |
Update contributing.md
-rw-r--r-- | contributing.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contributing.md b/contributing.md index 3c9c71838..8c8a53e95 100644 --- a/contributing.md +++ b/contributing.md @@ -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. |