mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
21b6112238
The `--watch` argument forwarding wasn't working anymore because `yarn build` doesn't have the `tsc` command at the end anymore. There's maybe something that can be done to forward the watch argument, just call `tsc --watch` directly.