From 404eb2f972634031b3e32769881b474e5d28bad3 Mon Sep 17 00:00:00 2001 From: Stephen Taylor Date: Sat, 21 Feb 2015 10:17:28 +0000 Subject: [PATCH] build: ensure bootstrap works on windows --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 286497061b..95a395e165 100644 --- a/Makefile +++ b/Makefile @@ -119,5 +119,5 @@ publish-core: bootstrap: npm install git submodule update --init - cd vendor/regenerator; npm install - cd vendor/compat-table; npm install object-assign + cd vendor/regenerator && npm install + cd vendor/compat-table && npm install object-assign