From 79e601b3d1d884f6570fcbb3b426e88075fdcf63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Thu, 7 Jul 2022 09:56:51 +0200 Subject: [PATCH] Update contributing.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2f7c3249af0..d64fe3b599e2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,6 +93,8 @@ make use-cjs Note that they need to recompile the whole monorepo, so please make sure to stop any running `make watch` process before running them. +If you never run a `make use-*` (or if you delete the `.module-type` file that they generate), our build process defaults to CJS. + ### Running linting/tests #### Lint