From 1958965c369d8f86e8ec1d152c64bff8d33aa6f4 Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Mon, 20 Jan 2025 17:16:33 -0600 Subject: [PATCH] More bundle debugging --- scripts/verify-bundles.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/verify-bundles.sh b/scripts/verify-bundles.sh index 43f9a5d24..95dc1d4eb 100755 --- a/scripts/verify-bundles.sh +++ b/scripts/verify-bundles.sh @@ -26,6 +26,7 @@ check_dist() { local SHA=$(git rev-parse HEAD) echo "Commit '$SHA' produced different static assets than were committed" echo $diff + git diff $DIST exit 1 fi }