[gitpod] Run "make watch" in a second terminal (#11718)

Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>

[skip ci]
This commit is contained in:
Nicolò Ribaudo
2020-06-15 23:35:19 +02:00
committed by GitHub
parent e15a5c7509
commit fd3c76941e
2 changed files with 21 additions and 2 deletions

View File

@@ -256,11 +256,12 @@ publish-eslint:
bootstrap-only: lerna-bootstrap
yarn-install: clean-all
yarn --ignore-engines
# Gitpod prebuilds have a slow network connection, so we need more time
yarn --ignore-engines --network-timeout 100000
lerna-bootstrap: yarn-install
# todo: remove `-- -- --ignore-engines` in Babel 8
$(YARN) lerna bootstrap -- -- --ignore-engines
$(YARN) lerna bootstrap -- -- --ignore-engines --network-timeout 100000
bootstrap: bootstrap-only
$(MAKE) build