Skip to content

Commit

Permalink
more?
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 8, 2024
1 parent 1d24db0 commit 95b07cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "10.7.0",
"version": "10.7.0-1d24db047fed05413dd7a7bf0d92c55211364a4f.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "10.7.0",
"version": "10.7.0-1d24db047fed05413dd7a7bf0d92c55211364a4f.0",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down
3 changes: 3 additions & 0 deletions smoke-tests/test/npm-replace-global.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ t.test('publish and replace global self', async t => {
}).reply(201, {})
await npmLocal('publish', { proxy: true, force: true })

if (setup.SMOKE_PUBLISH) {
await npmPackage()
}
const paths = await npmInstall(npm)
t.equal(paths.npmRoot, join(globalNodeModules, 'npm'), 'npm root is in the testdir')
t.equal(paths.pathNpm, join(globalBin, 'npm'), 'npm bin is in the testdir')
Expand Down

0 comments on commit 95b07cf

Please sign in to comment.