Prevent this command from failing during CI.

This commit is contained in:
Brian Donovan 2015-04-09 14:46:10 -07:00
parent 704b31f44f
commit 3be8ccf68d

View File

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