From 3557026f753b5e9fbe60de30c26997d85798f370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Tue, 23 Jul 2019 10:25:36 +0200 Subject: [PATCH] ./ doesn't work on windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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