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