-
-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yarn check-types
builds a production bundle and creates untracked files
#6726
Comments
Noticed something else, running
|
That depends upon what |
That's for one package where needed and not for all packages. So in paractivce it's not slowing down 2x. |
this is such a bad design, lint should never depend on build...and it never has until now. Also right now it's vice versa, just running |
I meant by 50% but it's more like 25-30%, this is still bad enough imo |
Issue seems to be resolved, having a smooth DX on unstable branch now, thanks @nazarhussain ❤️ |
Since we merged #6685, running
yarn check-types
has become really slow and at the same time also creates untracked files (see #6685 (comment))My suggestion is to either revert the PR or come up with a proper solution as of right now this negatively affects developer experience.
It also fails randomly locally, and even in the CI (see #6685 (comment))
yarn lint
should consistently pass, irrespective of runningyarn check-types
beforeyarn check-types
to speed up time to runyarn check-types
by 25%-30%The text was updated successfully, but these errors were encountered: