build "core" although we shouldn't.

This commit is contained in:
fiatjaf
2025-11-20 23:15:31 -03:00
parent c45e861493
commit e87ffc433c

View File

@@ -7,7 +7,6 @@ const entryPoints = fs
.filter(
file =>
file.endsWith('.ts') &&
file !== 'core.ts' &&
file !== 'test-helpers.ts' &&
file !== 'helpers.ts' &&
file !== 'benchmarks.ts' &&