summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributing.md6
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.