| #
99ef0afa |
| 28-Mar-2022 |
Evan Bacon <[email protected]> |
fix(cli): build watcher (#16754)
* fix: build watcher
* Update packages/@expo/cli/CHANGELOG.md
Co-authored-by: Expo Bot <[email protected]>
Co-authored-by: Expo Bot
fix(cli): build watcher (#16754)
* fix: build watcher
* Update packages/@expo/cli/CHANGELOG.md
Co-authored-by: Expo Bot <[email protected]>
Co-authored-by: Expo Bot <[email protected]>
show more ...
|
| #
2dbbbc15 |
| 24-Mar-2022 |
James Ide <[email protected]> |
[cli] Enable file watchers for `yarn build` only with a TTY attached (#16731)
Why
---
`expotools check-packages` was hanging when run outside of CI. Fix this by replicating the logic in `expo-modu
[cli] Enable file watchers for `yarn build` only with a TTY attached (#16731)
Why
---
`expotools check-packages` was hanging when run outside of CI. Fix this by replicating the logic in `expo-module-scripts`'s build script that checks for a TTY.
How
---
Watch only if a TTY is attached. See https://nodejs.org/api/tty.html
Test Plan
---
Run `et check-packages @expo/cli` and make sure it passes instead of hanging.
show more ...
|
| #
afdff7f6 |
| 24-Mar-2022 |
Evan Bacon <[email protected]> |
ci(cli): disable watch mode in CI (#16730)
* ci: disable watch mode in CI
* Update CHANGELOG.md
|
| #
8d307f52 |
| 23-Mar-2022 |
Evan Bacon <[email protected]> |
chore: refactor `expo/cli` to `@expo/cli` package (#16717)
* chore: refactor `expo/cli` to `@expo/cli` package
* Update CODEOWNERS
* fix linking
* fix lint script
* fix build file
* f
chore: refactor `expo/cli` to `@expo/cli` package (#16717)
* chore: refactor `expo/cli` to `@expo/cli` package
* Update CODEOWNERS
* fix linking
* fix lint script
* fix build file
* fix e2e tests
* lint before build
* use mock version
show more ...
|