소스 검색

Figure out what is failing

Daniel Sheppard 1 년 전
부모
커밋
e12ae3acde
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      scripts/verify-bundles.sh

+ 1 - 0
scripts/verify-bundles.sh

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