We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9403409 commit 4607b05Copy full SHA for 4607b05
1 file changed
scripts/publish-prerelease.sh
@@ -55,7 +55,8 @@ if output=$(pnpm exec changeset version --snapshot $version 2>&1); then
55
exit 0
56
fi
57
else
58
- echo "Error running changeset version command"
+ echo "$output"
59
+ echo "Error running changeset version command, detailed output above"
60
exit 1
61
62
0 commit comments