From 068eb2ef085c7e51b45d0aadf61f54569905e813 Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Mon, 15 Aug 2022 22:33:53 -0400 Subject: [PATCH] build: fix .npmignore Signed-off-by: Lexus Drumgold --- src/.npmignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.npmignore b/src/.npmignore index ffc0b6e6..8dafe5f6 100644 --- a/src/.npmignore +++ b/src/.npmignore @@ -4,5 +4,5 @@ # DIRECTORIES & FILES **/__mocks__/** -**/__snapshots/** +**/__snapshots__/** **/__tests__/**