From 6cea29caa25671d36a7e8252644e91d2ded2cc2c Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:31:52 -0500 Subject: [PATCH] No caching in parser for Netlify builds (#1334) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a6d6c317e..1eba7fad1 100644 --- a/build.sh +++ b/build.sh @@ -20,7 +20,7 @@ fi echo "=======================================================================================================================================================================" echo "========================================================================== Running parser... ==========================================================================" -./snooty-parser/snooty/snooty build $(pwd)/${TESTING_REPO_NAME} --output=./bundle.zip +./snooty-parser/snooty/snooty build $(pwd)/${TESTING_REPO_NAME} --no-caching --output=./bundle.zip echo "========================================================================== Parser complete ============================================================================" echo "======================================================================================================================================================================="