From e526643f79e39137ac64ac0a6d0a066cd7f8cbc7 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 5 Dec 2015 02:21:34 +1100 Subject: [PATCH] fix wrong bootstrap script reference --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db87428c83..43187ed975 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ publish: bootstrap: npm install - node scripts/bootstrap.js + lerna bootstrap make build cd packages/babel-runtime; \ node scripts/build-dist.js