From 7ed4238c0536e46f691c7018254d820888791286 Mon Sep 17 00:00:00 2001 From: Addon Stack Date: Fri, 10 Oct 2025 15:33:27 +0300 Subject: [PATCH] fix: include `scripts` in published files --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2a3da3c..b707f6d 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "files": [ "bin", "dist", + "scripts", "types" ], "sideEffects": false,