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))
Since we merged #6685, running
yarn check-typeshas 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 lintshould consistently pass, irrespective of runningyarn check-typesbeforeyarn check-typesto speed up time to runyarn check-typesby 25%-30%