From ec12702359c1a1c59e532bad26f88f0d54829d51 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Wed, 2 Jun 2021 09:52:28 -0400 Subject: [PATCH] HACKING.md: video doesn't embed, just link to it --- HACKING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HACKING.md b/HACKING.md index 37b6a76..32d87e8 100644 --- a/HACKING.md +++ b/HACKING.md @@ -106,8 +106,7 @@ but is painful to do manually. Do yourself a favor and install a - For a good live experience, open two terminal panes/tabs running code/tests watchers: 1. Run a TSC watcher: `npm run build:watch` 2. Run a Jest unit tests watcher: `npm run test:watch` - 3. This should look like this: - https://user-images.githubusercontent.com/522085/120407694-abdf3f00-c31b-11eb-9ab5-a531a929adb9.mp4 + 3. Here is [a screencast of how the live-reload experience should look like](https://user-images.githubusercontent.com/522085/120407694-abdf3f00-c31b-11eb-9ab5-a531a929adb9.mp4) - Alternatively, you can run both test processes in the same terminal by running: `npm run watch` ## Release