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