remove bable-core in babel-cli bootstrap
This commit is contained in:
parent
67201e9698
commit
0ac8330899
2
Makefile
2
Makefile
@ -111,7 +111,7 @@ publish-cli:
|
|||||||
bootstrap:
|
bootstrap:
|
||||||
npm install
|
npm install
|
||||||
npm link
|
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
|
git submodule update --init
|
||||||
cd vendor/regenerator && npm install
|
cd vendor/regenerator && npm install
|
||||||
cd vendor/compat-table && npm install object-assign
|
cd vendor/compat-table && npm install object-assign
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user