fix: test release flow

This commit is contained in:
molvqingtai 2024-09-28 09:39:29 +08:00
parent b570b6c865
commit 16c29e6805

View file

@ -15,7 +15,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "pnpm run pack && echo \"nextRelease.version: ${nextRelease.version}\""
"prepareCmd": "pnpm run pack && echo \"nextRelease.version: ${nextRelease.version}\" && echo \"current files:\" && ls -d */"
}
],
[