Prevent this command from failing during CI.
This commit is contained in:
parent
704b31f44f
commit
3be8ccf68d
2
Makefile
2
Makefile
@ -109,7 +109,7 @@ publish-cli:
|
|||||||
npm publish
|
npm publish
|
||||||
|
|
||||||
bootstrap:
|
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 install
|
||||||
npm link
|
npm link
|
||||||
cd packages/babel-cli && npm install && npm link && npm link babel-core
|
cd packages/babel-cli && npm install && npm link && npm link babel-core
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user