print prerelease script errors

This commit is contained in:
nicktrn
2025-05-02 10:50:23 +01:00
parent 9403409637
commit 4607b0558f
+2 -1
View File
@@ -55,7 +55,8 @@ if output=$(pnpm exec changeset version --snapshot $version 2>&1); then
exit 0
fi
else
echo "Error running changeset version command"
echo "$output"
echo "Error running changeset version command, detailed output above"
exit 1
fi