From 0e2c39ecea58f5316cf1136df3b4cb45cfee2874 Mon Sep 17 00:00:00 2001 From: Markus Olsson Date: Wed, 19 Aug 2020 14:27:28 +0200 Subject: [PATCH] Exclude unnecessary build artifacts from npm package (#188) * Ignore build output in actual npm package --- .npmignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.npmignore b/.npmignore index 1e64510..8498845 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,6 @@ # ignore everything unrelated to the source code .vscode +.prettierrc.yml benchmarks/ docs/ lib/ @@ -12,6 +13,8 @@ tsconfig.json vendor/ yarn-error.log *.tgz +build +jest.json # just include these specific artifacts # everything else should be compiled by the client