From 9a2b1cd7914bf116b203cd5f5192f37f9d45b4ef Mon Sep 17 00:00:00 2001 From: Matt Provost Date: Fri, 7 Apr 2023 15:37:01 -0700 Subject: [PATCH] Add leading slash to test in .npmignore (#687) Signed-off-by: Matt Provost Co-authored-by: Sean Neumann <1413295+seanneumann@users.noreply.github.com> --- .npmignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 04ea322d82..fd522a52f4 100644 --- a/.npmignore +++ b/.npmignore @@ -4,7 +4,7 @@ reports/ tmp/ wiki/ generator-oui/ -test/ +/test/ src-docs/ packages/react-datepicker packages/eslint-plugin