From da0e080a0adbe316418b7ce2a6531cd424b0632a Mon Sep 17 00:00:00 2001 From: ssube Date: Fri, 1 Nov 2019 06:44:04 -0500 Subject: [PATCH] fix(build): exclude partial typedefs and test bundle from package --- .npmignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 2f2777f..4c232ac 100644 --- a/.npmignore +++ b/.npmignore @@ -7,6 +7,9 @@ out/cache/ out/*.html out/*.json out/*.map +out/src/ +out/test/ +out/test.* scripts/ src/ test/ @@ -24,4 +27,4 @@ package-lock.json renovate.json tsconfig.json yarn-* -yarn.lock \ No newline at end of file +yarn.lock