From e0405148f4ecdb2eace9660bff7c7ad6606e2a7c Mon Sep 17 00:00:00 2001 From: swyx Date: Fri, 24 May 2019 11:14:29 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 18c192b77..256ad6536 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ Thanks for your interest in TSDX! You are very welcome to contribute. If you are yarn && yarn build ``` - > **Note:** you'll need to run `yarn build` any time you want to see your changes. + > **Note:** you'll need to run `yarn build` any time you want to see your changes, or run `yarn watch` to leave it in watch mode. 3. Make it so running `tsdx` anywhere will run your local dev version: