From 7d5e007bf7a68d2e819ed42fc78d6fe23557f0fb Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Wed, 9 Jun 2021 15:39:19 -0400 Subject: [PATCH] Update contributing.md --- contributing.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.