From 2faabe00b320c36a26ff1b773e2d10051d6075c1 Mon Sep 17 00:00:00 2001 From: Bartosz Dotryw Date: Thu, 28 Jul 2022 15:28:31 +0200 Subject: [PATCH] Fix tests for @nextjs --- .npmignore | 1 + src/pages/.gitkeep | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/pages/.gitkeep diff --git a/.npmignore b/.npmignore index 92e3843..568c477 100644 --- a/.npmignore +++ b/.npmignore @@ -4,3 +4,4 @@ /.markdownlint.json /.eslintrc /tests +/src diff --git a/src/pages/.gitkeep b/src/pages/.gitkeep new file mode 100644 index 0000000..52c1c3a --- /dev/null +++ b/src/pages/.gitkeep @@ -0,0 +1 @@ +Needed for nextjs tests to pass