Merge branch 'master' of github.com:babel/babel
This commit is contained in:
commit
7de4718b27
2
Makefile
2
Makefile
@ -109,7 +109,7 @@ publish-cli:
|
||||
npm publish
|
||||
|
||||
bootstrap:
|
||||
npm list --global --depth 1 babel >/dev/null 2>&1 && npm uninstall -g babel
|
||||
npm list --global --depth 1 babel >/dev/null 2>&1 && npm uninstall -g babel || true
|
||||
npm install
|
||||
npm link
|
||||
cd packages/babel-cli && npm install && npm link && npm link babel-core
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user