Skip to content

Commit 95b07cf

Browse files
committed
more?
1 parent 1d24db0 commit 95b07cf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package-lock.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.7.0",
3+
"version": "10.7.0-1d24db047fed05413dd7a7bf0d92c55211364a4f.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.7.0",
9+
"version": "10.7.0-1d24db047fed05413dd7a7bf0d92c55211364a4f.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",

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

+3
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)