From 655d3d71473a88b3dedb51ba8dc163ca9e7c01e3 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 11 Oct 2023 20:40:12 +0100 Subject: [PATCH] Revert "Revert "include esbuild script in files"" This reverts commit 81e0a9390629dbb8980e4e23640739f4f9b3fb4a. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f8a916ad5b6..67046ad68a3 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",