From a1313925741205b5ee26f180cc42200d861f6cbb Mon Sep 17 00:00:00 2001 From: garrettmills Date: Fri, 26 Nov 2021 23:32:35 -0600 Subject: [PATCH] Update package config to publish dist --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a82d51..cfdc896 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "watch": "nodemon --watch src --ext ts,css --exec \"pnpm build && pnpm serve\"" }, "files": [ - "lib/**/*" + "dist/**/*" ], "prepare": "pnpm run build", "postversion": "git push && git push --tags",