From 92bca21011e918c7d15a93204a8a2f3a60bfa34b Mon Sep 17 00:00:00 2001 From: lightmare Date: Thu, 3 Jun 2021 01:36:24 +0200 Subject: [PATCH] Makefile: invoke yarn consistently via `$(YARN)` (#13415) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c8adda01c0..09acc9bcf2 100644 --- a/Makefile +++ b/Makefile @@ -232,7 +232,7 @@ endif $(MAKE) clean bootstrap-only: clean-all - yarn install + $(YARN) install bootstrap: bootstrap-only $(MAKE) generate-tsconfig build