Skip to content

Commit 405353e

Browse files
committed
more?
1 parent 1d24db0 commit 405353e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

smoke-tests/test/npm-replace-global.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ t.test('publish and replace global self', async t => {
145145
}).reply(201, {})
146146
await npmLocal('publish', { proxy: true, force: true })
147147

148+
if (setup.SMOKE_PUBLISH) {
149+
await npmPackage()
150+
}
148151
const paths = await npmInstall(npm)
149152
t.equal(paths.npmRoot, join(globalNodeModules, 'npm'), 'npm root is in the testdir')
150153
t.equal(paths.pathNpm, join(globalBin, 'npm'), 'npm bin is in the testdir')

0 commit comments

Comments
 (0)