fix fix yield.

This commit is contained in:
fiatjaf
2023-12-20 10:49:08 -03:00
parent 8625d45152
commit 0cc3c02d84
3 changed files with 12 additions and 9 deletions

View File

@@ -8,6 +8,8 @@ const entryPoints = fs
file =>
file.endsWith('.ts') &&
file !== 'core.ts' &&
file !== 'test-helpers.ts' &&
file !== 'helpers.ts' &&
!file.endsWith('.test.ts') &&
fs.statSync(join(process.cwd(), file)).isFile(),
)