From 5996cafda1491f71e6e979e2bfde1e9601098902 Mon Sep 17 00:00:00 2001 From: Yusinto Ngadiman Date: Mon, 22 Apr 2024 12:21:57 -0700 Subject: [PATCH] Update publish-jsr.sh --- scripts/publish-jsr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }