mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-08 16:28:49 +00:00
build "core" although we shouldn't.
This commit is contained in:
1
build.js
1
build.js
@@ -7,7 +7,6 @@ const entryPoints = fs
|
|||||||
.filter(
|
.filter(
|
||||||
file =>
|
file =>
|
||||||
file.endsWith('.ts') &&
|
file.endsWith('.ts') &&
|
||||||
file !== 'core.ts' &&
|
|
||||||
file !== 'test-helpers.ts' &&
|
file !== 'test-helpers.ts' &&
|
||||||
file !== 'helpers.ts' &&
|
file !== 'helpers.ts' &&
|
||||||
file !== 'benchmarks.ts' &&
|
file !== 'benchmarks.ts' &&
|
||||||
|
|||||||
Reference in New Issue
Block a user