nonara / ts-patch

Augment the TypeScript compiler to support extended functionality
MIT License
760 stars 26 forks source link

Feature request: change exit code of `check` command when typescript is not patched #163

Open AlCalzone opened 3 months ago

AlCalzone commented 3 months ago

It sometimes happens with yarn that the postinstall script is not executed, and I silently end up with an unpatched typescript. It would be good if that could be checked on command line by changing the exit code of the check command if nothing is patched.