From 12e17d7c27b802c77f81a3ec05b7b7fa22617fd9 Mon Sep 17 00:00:00 2001 From: Giorgio Garasto Date: Thu, 27 Dec 2018 13:26:14 +0100 Subject: [PATCH] chore: Ignore Jest config & Yarn lockfile when deploying to npm --- .npmignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index bb7fbb7..fc1b972 100644 --- a/.npmignore +++ b/.npmignore @@ -5,6 +5,8 @@ src/ .rpt2_cache/ test/ rollup.config.ts +jest.config.js +yarn.lock .* index.html ts*.json