In CI, check for TS errors in built server code (of example app) by running npx tsc
#2384
Labels
ci
Continuous integration
npx tsc
#2384
We want to make sure that there not TS errors in the built server app (e.g. our TODO app example) by running
npx tsc
.Right now, we have some TS errors that we didn't really handle and we should make sure that our CI is passing once we introduce this check.
The text was updated successfully, but these errors were encountered: