Skip to content

Commit

Permalink
chore: smoke tests using a preid (#8056)
Browse files Browse the repository at this point in the history
#8054 broke the smoke test because were
publishing the current version in a test
  • Loading branch information
reggi authored Jan 22, 2025
1 parent 3644e79 commit aa202e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ const main = async (opts) => {
for (const publish of publishes) {
const workspace = publish.workspace && `--workspace=${publish.name}`
const publishPkg = (...args) => npm('publish', workspace, `--tag=${publish.tag}`, ...args)

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

0 comments on commit aa202e9

Please sign in to comment.