Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 8, 2024
1 parent fae7dc2 commit 3bb0f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smoke-tests/test/npm-replace-global.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ t.test('publish and replace global self', async t => {
await npmPackage({
manifest: { packuments: [publishedPackument] },
tarballs: { [version]: tarball },
times: 3,
times: setup.SMOKE_PUBLISH ? 3 : 2,
})
await fs.rm(cache, { recursive: true, force: true })
await useNpm('install', 'npm@latest', '--global')
Expand All @@ -135,7 +135,7 @@ t.test('publish and replace global self', async t => {
const tarball = await npmLocalTarball()

if (setup.SMOKE_PUBLISH) {
// await npmPackage()
await npmPackage()
}
registry.nock.put('/npm', body => {
if (body._id === 'npm' && body.versions[version]) {
Expand Down

0 comments on commit 3bb0f61

Please sign in to comment.