Skip to content

Commit 9281ebf

Browse files
authored
chore: fix smoke tests prerelease needs separate string args (#8057)
1 parent aa202e9 commit 9281ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const main = async (opts) => {
127127
const workspace = publish.workspace && `--workspace=${publish.name}`
128128
const publishPkg = (...args) => npm('publish', workspace, `--tag=${publish.tag}`, ...args)
129129

130-
await npm('version prerelease', workspace, '--preid=smoke')
130+
await npm('version', 'prerelease', workspace, '--preid=smoke')
131131
if (isPack) {
132132
await npm(
133133
'pack',

0 commit comments

Comments
 (0)