remove bable-core in babel-cli bootstrap

This commit is contained in:
Sebastian McKenzie 2015-04-04 03:40:01 +11:00
parent 67201e9698
commit 0ac8330899

View File

@ -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