More bundle debugging

This commit is contained in:
Daniel Sheppard 2025-01-20 17:16:33 -06:00
parent e12ae3acde
commit 1958965c36

View File

@ -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
}