Figure out what is failing

This commit is contained in:
Daniel Sheppard 2025-01-20 17:11:11 -06:00
parent a28871296c
commit e12ae3acde

View File

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