From d9dce29d09206c44a488692852524dc9d6c6019a Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 5 Dec 2015 02:08:54 +1100 Subject: [PATCH] move up make build in make bootstrap --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b285bf2a0..ffb7c8717a 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ publish: bootstrap: npm install - node scripts/bootstrap.js make build + node scripts/bootstrap.js cd packages/babel-runtime; \ node scripts/build-dist.js