From 963f5d796f4c7f38a4d7f06f7952ebc9512ec3fc Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Tue, 10 Jun 2025 09:51:12 -0400 Subject: [PATCH] Fix build script --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index f2a8f7b..836dd04 100755 --- a/build.sh +++ b/build.sh @@ -17,6 +17,7 @@ touch build/html/.nojekyll if [ -d "./../parsedmarc-docs" ]; then cp -rf build/html/* ../../parsedmarc-docs/ fi +cd .. python3 sortmaps.py python3 tests.py rm -rf dist/ build/