Skip to content

Commit 4607b05

Browse files
committed
print prerelease script errors
1 parent 9403409 commit 4607b05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/publish-prerelease.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ if output=$(pnpm exec changeset version --snapshot $version 2>&1); then
5555
exit 0
5656
fi
5757
else
58-
echo "Error running changeset version command"
58+
echo "$output"
59+
echo "Error running changeset version command, detailed output above"
5960
exit 1
6061
fi
6162

0 commit comments

Comments
 (0)