From 5351f1fdb1f49f86e356056d7beb291af0144390 Mon Sep 17 00:00:00 2001 From: Ethan Arrowood Date: Wed, 11 Oct 2023 13:11:55 -0600 Subject: [PATCH] include esbuild script in files --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a3cee9ec22..5f659ee3ff6 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,8 @@ "index-fetch.js", "lib", "types", - "docs" + "docs", + "scripts/esbuild-build.mjs" ], "scripts": { "build:node": "node scripts/esbuild-build.mjs",