From d73d90e8e2d0495dd84d2423d910fc79ebd5c709 Mon Sep 17 00:00:00 2001 From: Andrey Polischuk Date: Fri, 22 Mar 2024 23:56:52 +0300 Subject: [PATCH] fix(lhci-report): fix publishing --- packages/lhci-report/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/lhci-report/package.json b/packages/lhci-report/package.json index 74de5a1..6d5d003 100644 --- a/packages/lhci-report/package.json +++ b/packages/lhci-report/package.json @@ -4,6 +4,9 @@ "bin": { "lhci-report": "dist/cli.js" }, + "files": [ + "dist" + ], "types": "dist/cli.d.ts", "license": "MIT", "sideEffects": false,