diff --git a/Makefile b/Makefile index 3ad7b35c0a48..619a0f009947 100644 --- a/Makefile +++ b/Makefile @@ -156,7 +156,7 @@ endif bootstrap-only: clean-all yarn --ignore-engines - ./node_modules/.bin/lerna bootstrap -- --ignore-engines + yarn lerna bootstrap -- --ignore-engines bootstrap: bootstrap-only make build