Closed mhsdef closed 3 months ago
Adds tsc --noEmit so that npm test does type checking.
tsc --noEmit
npm test
At the moment, CI doesn't actually invoke any type checking which can let things hit deploy build step(s) in unexpected ways at times.
What
Adds
tsc --noEmit
so thatnpm test
does type checking.Why
At the moment, CI doesn't actually invoke any type checking which can let things hit deploy build step(s) in unexpected ways at times.