From e87ffc433cebf4b4772f8c0b1999d300b6c8a02e Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Thu, 20 Nov 2025 23:15:31 -0300 Subject: [PATCH] build "core" although we shouldn't. --- build.js | 1 - 1 file changed, 1 deletion(-) diff --git a/build.js b/build.js index 863c3c2..0ec588c 100755 --- a/build.js +++ b/build.js @@ -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' &&