Skip to content

Conversation

@bh2smith
Copy link
Contributor

Turns out that he bun build command bypasses TypeScript's compilation process and type checking. It's primarily focused on bundling and might ignore TypeScript errors.

This is why we had so many type errors that were getting through. This PR fixes that by running tsc --noEmit before build.

@bh2smith bh2smith merged commit 51c49c3 into main Nov 19, 2024
1 check passed
@bh2smith bh2smith deleted the typecheck branch November 19, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants