Skip to content

[react-scripts: start] Default TSC_COMPILE_ON_ERROR to true for local dev#419

Merged
joeycozza merged 1 commit intofrontierMasterfrom
jordi/start-upd
Mar 26, 2026
Merged

[react-scripts: start] Default TSC_COMPILE_ON_ERROR to true for local dev#419
joeycozza merged 1 commit intofrontierMasterfrom
jordi/start-upd

Conversation

@FSVetaz
Copy link

@FSVetaz FSVetaz commented Mar 24, 2026

Prevents TypeScript type errors from blocking the dev server during local development, while still allowing CI/build environments to override the behavior by setting TSC_COMPILE_ON_ERROR explicitly.

Tested in tree-person-r9 by making a TS error and seeing it fail without the flag and then seeing it not show the error on the webpage with the flag default in this pr.

This will make it so we don't need to include TSC_COMPILE_ON_ERROR for the start script in each app.

… dev

Prevents TypeScript type errors from blocking the dev server during local development, while still allowing CI/build environments to override the behavior by setting TSC_COMPILE_ON_ERROR explicitly.
@joeycozza joeycozza merged commit 007a23c into frontierMaster Mar 26, 2026
2 checks passed
@joeycozza joeycozza deleted the jordi/start-upd branch March 26, 2026 15:27
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