From 08aac0bf06e48d5cf9f4bc739d38bac25c0a289d Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 30 Oct 2015 04:50:56 +0000 Subject: [PATCH] add runtime build to bootstrap script --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b8f022252d..cf364bc6f0 100644 --- a/Makefile +++ b/Makefile @@ -50,3 +50,5 @@ publish: bootstrap: npm install node scripts/bootstrap.js + cd packages/babel-runtime; \ + node scripts/build-dist.js