typescript
My TypeScript check was silent, not passing
I judged TypeScript by grepping tsc output for a string it never prints. It stayed silent every time, and I read silence as success. Six real errors were hiding.
Search posts
typescript
I judged TypeScript by grepping tsc output for a string it never prints. It stayed silent every time, and I read silence as success. Six real errors were hiding.
turborepo
Turborepo reported FULL TURBO in 62ms and wrote zero build artifacts. The cause was one line in outputs, sitting behind a root task that had not run for 71 days.