Hey guys, My “sst build” command is not showing m...
# help
a
Hey guys, My “sst build” command is not showing me these kind of errors. It builds the project correctly, and doesn’t fail. I would like to have a failed build in case the contracts are not met. Is there a way that I can setup it?
t
You should run tsc before running sst build
tsc --noEmit
a
Oh.
Nice.
Good idea.
Thank you for the quick response.
So in my CI/CD I should do that before running SST too?
t
yep that's what I do
a
Thank you.
t
I use turbo repo to run parallel type checks across multiple packages as well