next.js
6dbaf95a - fix: error build if fixture typechecking fails (#78839)

Commit
1 year ago
fix: error build if fixture typechecking fails (#78839) The type checking introduced in #75935 wasn't actually failing the build, because `find ... -exec ...` seems to eat non-zero exit codes. This is fixed by using `xargs` instead. Also fixes some files that were failing typechecking but no one noticed due to the above bug.
Author
Parents
Loading