Skip to content

Commit

Permalink
chore: fix smoke tests prerelease needs separate string args (#8057)
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi authored Jan 22, 2025
1 parent aa202e9 commit 9281ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const main = async (opts) => {
const workspace = publish.workspace && `--workspace=${publish.name}`
const publishPkg = (...args) => npm('publish', workspace, `--tag=${publish.tag}`, ...args)

await npm('version prerelease', workspace, '--preid=smoke')
await npm('version', 'prerelease', workspace, '--preid=smoke')
if (isPack) {
await npm(
'pack',
Expand Down

0 comments on commit 9281ebf

Please sign in to comment.