Skip to content

Commit

Permalink
Update publish-jsr.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yusinto committed Apr 22, 2024
1 parent 1587216 commit 5996caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-jsr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 5996caf

Please sign in to comment.