Browse Source
Update measure_time function to properly handle command exit codes: - Check command success/failure and return appropriate exit code - Log failure messages with timing and exit code information - Ensure TypeScript type checking failures stop the build process - Maintains timing logs for both success and failure cases This prevents deployment of code with TypeScript type errors by making test and production builds fail fast when tsc --noEmit reports issues.get-get-hash
1 changed files with 12 additions and 4 deletions
Loading…
Reference in new issue