From 5ac0f01bf50ee23b474ab9c8d61c6af418544083 Mon Sep 17 00:00:00 2001 From: nugaon <50576770+nugaon@users.noreply.github.com> Date: Wed, 15 Dec 2021 17:17:59 +0100 Subject: [PATCH] fix(ci): add lib folder to the package.json files prop (#270) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 781bfb3..f64ba32 100644 --- a/package.json +++ b/package.json @@ -117,6 +117,7 @@ "check:types": "tsc --project tsconfig.lib.json" }, "files": [ + "lib", "build", "serve.js" ],