mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
fix(ci): commit generated font data for regression tests
The regression CI runs the producer source directly via tsx (not the bundled CLI), so it needs fontData.generated.ts to exist at import time. Remove from .gitignore and commit the generated file. Mark as linguist-generated in .gitattributes so GitHub collapses it in PR diffs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
# Generated font data (collapse in GitHub PR diffs)
|
||||
packages/producer/src/services/fontData.generated.ts linguist-generated=true
|
||||
|
||||
# Golden baseline videos for regression tests
|
||||
packages/producer/tests/*/output/output.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
Reference in New Issue
Block a user