diff --git a/scripts/publish-jsr.sh b/scripts/publish-jsr.sh index 0862a8252..f97c210f9 100755 --- a/scripts/publish-jsr.sh +++ b/scripts/publish-jsr.sh @@ -2,7 +2,7 @@ if [ -f "./$WORKSPACE_PATH/jsr.json" ]; then cd $WORKSPACE_PATH - + git diff HEAD if $LD_RELEASE_IS_DRYRUN ; then echo "Doing a dry run of jsr publishing." npx jsr publish --dry-run || { echo "jsr publish failed" >&2; exit 1; }