Skip to content

Commit

Permalink
No caching in parser for Netlify builds (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar authored Jan 7, 2025
1 parent cd29a14 commit 6cea29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "======================================================================================================================================================================="

Expand Down

0 comments on commit 6cea29c

Please sign in to comment.