From e12ae3acde9ea87e1190f844d352dc3231ddc18e Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Mon, 20 Jan 2025 17:11:11 -0600 Subject: [PATCH] Figure out what is failing --- scripts/verify-bundles.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/verify-bundles.sh b/scripts/verify-bundles.sh index e674de9bd..43f9a5d24 100755 --- a/scripts/verify-bundles.sh +++ b/scripts/verify-bundles.sh @@ -25,6 +25,7 @@ check_dist() { if [[ $diff != "" ]]; then local SHA=$(git rev-parse HEAD) echo "Commit '$SHA' produced different static assets than were committed" + echo $diff exit 1 fi }