From 8f36cb5b0358c38f58a3b6ed242ba5df0eb96cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Mon, 11 Jul 2022 15:53:17 +0200 Subject: [PATCH] Apply suggestions from self-review --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f5a7781b2c94..e515819a07c1 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ ifneq ("$(BABEL_COVERAGE)", "true") endif build-bundle: clean clean-lib - $(NODE) ./scripts/set-module-type.js + ./scripts/set-module-type.js $(YARN) gulp build $(MAKE) build-flow-typings $(MAKE) build-dist @@ -35,7 +35,7 @@ build-no-bundle-ci: bootstrap-only $(MAKE) build-dist build-no-bundle: clean clean-lib - $(NODE) ./scripts/set-module-type.js + ./scripts/set-module-type.js BABEL_ENV=development $(YARN) gulp build-dev $(MAKE) build-flow-typings $(MAKE) build-dist