fix: test release flow
This commit is contained in:
parent
b570b6c865
commit
16c29e6805
1 changed files with 1 additions and 1 deletions
|
@ -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 */"
|
||||
}
|
||||
],
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue