Explorar o código

More bundle debugging

Daniel Sheppard hai 1 ano
pai
achega
1958965c36
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      scripts/verify-bundles.sh

+ 1 - 0
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
 }