chore: ignore engines for eslint packages (#10713)
This commit is contained in:
parent
927b89bec8
commit
17dfdab7d2
3
Makefile
3
Makefile
@ -225,7 +225,8 @@ yarn-install: clean-all
|
|||||||
yarn --ignore-engines
|
yarn --ignore-engines
|
||||||
|
|
||||||
lerna-bootstrap: yarn-install
|
lerna-bootstrap: yarn-install
|
||||||
yarn lerna bootstrap
|
# todo: remove `-- -- --ignore-engines` in Babel 8
|
||||||
|
yarn lerna bootstrap -- -- --ignore-engines
|
||||||
|
|
||||||
bootstrap: bootstrap-only
|
bootstrap: bootstrap-only
|
||||||
$(MAKE) build
|
$(MAKE) build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user