Commit 56eec7c
fix(e2e): use --build mode for tsc --force flag
The --force flag only works with tsc --build mode, not with -p/--project.
Changed from `tsc -p tsconfig.lib.json --noEmit --force` to
`tsc --build tsconfig.lib.json --force`.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d8b7046 commit 56eec7c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments