From 0ac83308994327bac2cff4a6c47a31caa0fc1e1f Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 4 Apr 2015 03:40:01 +1100 Subject: [PATCH] remove bable-core in babel-cli bootstrap --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5a0d3e7ca..9a90781b0e 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ publish-cli: bootstrap: npm install npm link - cd packages/babel-cli && npm install && npm link + cd packages/babel-cli && npm install && npm link && rm -rf node_modules/babel-core git submodule update --init cd vendor/regenerator && npm install cd vendor/compat-table && npm install object-assign