From 69b23970735d459e594325c2f4ec0dbf2a8fba1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Wed, 22 May 2024 09:22:11 +0200 Subject: [PATCH] fix: include scripts in the npm package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit we need the post-install script Signed-off-by: Miroslav Bajtoš --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c9390b2a..c1fa507b 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,8 @@ "bin", "commands", "dist", - "lib" + "lib", + "scripts" ], "sentryEnvironment": "development" }