From 3f13215bc1f2651466a6635d46f4d267decac119 Mon Sep 17 00:00:00 2001 From: John Kalberer Date: Fri, 16 Feb 2024 14:39:33 -0800 Subject: [PATCH] only publish dist folder --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 4faeb7f6..0a9027a7 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,9 @@ } ], "main": "./dist/exports.js", + "files": [ + "dist" + ], "scripts": { "build": "tsc", "build:deps": "npx lerna run build",