Commit 9836ea4
Trigger generator tests when TypeScript files change
Fixes #2205
When TypeScript files in packages/react-on-rails/ change, the CI
change detector now triggers generator tests. This is important
because generator tests do a full build, which catches TypeScript
compilation errors that might otherwise slip through until
npm publish time.
The issue arose when PR #2125 changed TypeScript types but the
resulting compilation error wasn't caught until the release
script ran.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d67c1aa commit 9836ea4
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
271 | 273 | | |
272 | 274 | | |
273 | 275 | | |
| |||
0 commit comments