From 6f1bfdb7583fd442bb4af56918eed584e90c830f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Roux?= Date: Sun, 29 Oct 2017 18:14:07 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index defb9c7a0..4060c11e5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ yarn install Then we recommend that you run: ```sh -yarn watch +yarn test:watch ``` This will watch the files for changes and build the CommonJS bundle that is required by the tests.