Hacker News new | ask | show | jobs
by redox99 1206 days ago
I'm not sure why so many are interested in not having a build step. You'll still want to have a step that runs typescript to check for errors, a linter, maybe your tests and other stuff.

Or do people just want to YOLO it and let it crash in prod?