Sfoglia il codice sorgente

More bundle debugging

Daniel Sheppard 1 anno fa
parent
commit
1958965c36
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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)
         local SHA=$(git rev-parse HEAD)
         echo "Commit '$SHA' produced different static assets than were committed"
         echo "Commit '$SHA' produced different static assets than were committed"
         echo $diff
         echo $diff
+        git diff $DIST
         exit 1
         exit 1
     fi
     fi
 }
 }