Daniel Sheppard 1 年間 前
コミット
451a1f498d
1 ファイル変更0 行追加2 行削除
  1. 0 2
      scripts/verify-bundles.sh

+ 0 - 2
scripts/verify-bundles.sh

@@ -25,8 +25,6 @@ check_dist() {
     if [[ $diff != "" ]]; then
         local SHA=$(git rev-parse HEAD)
         echo "Commit '$SHA' produced different static assets than were committed"
-        echo $diff
-        echo $(git diff $DIST)
         exit 1
     fi
 }