mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-19 06:07:59 -04:00
style: sort keys
This commit is contained in:
@@ -370,6 +370,7 @@ export async function recursive (
|
||||
...installOpts,
|
||||
...localConfig,
|
||||
bin: path.join(prefix, 'node_modules', '.bin'),
|
||||
dir: prefix,
|
||||
hooks,
|
||||
ignoreScripts: true,
|
||||
pinnedVersion: getPinnedVersion({
|
||||
@@ -381,7 +382,6 @@ export async function recursive (
|
||||
...localConfig,
|
||||
},
|
||||
storeController,
|
||||
dir: prefix,
|
||||
},
|
||||
)
|
||||
if (action !== install) {
|
||||
@@ -455,12 +455,12 @@ export async function recursive (
|
||||
...installOpts,
|
||||
...localConfig,
|
||||
bin: path.join(prefix, 'node_modules', '.bin'),
|
||||
dir: prefix,
|
||||
pending: cmdFullName !== 'rebuild' || opts.pending === true,
|
||||
rawConfig: {
|
||||
...installOpts.rawConfig,
|
||||
...localConfig,
|
||||
},
|
||||
dir: prefix,
|
||||
},
|
||||
)
|
||||
result.passes++
|
||||
|
||||
@@ -29,6 +29,7 @@ test('pnpm outdated', async (t: tape.Test) => {
|
||||
t.equal(
|
||||
await outdated([], {
|
||||
alwaysAuth: false,
|
||||
dir: process.cwd(),
|
||||
fetchRetries: 4,
|
||||
fetchRetryFactor: 1,
|
||||
fetchRetryMaxtimeout: 60000,
|
||||
@@ -42,7 +43,6 @@ test('pnpm outdated', async (t: tape.Test) => {
|
||||
strictSsl: false,
|
||||
tag: 'latest',
|
||||
userAgent: '',
|
||||
dir: process.cwd(),
|
||||
}, 'outdated'),
|
||||
stripIndent`
|
||||
┌─────────────┬──────────────────────┬────────┐
|
||||
|
||||
Reference in New Issue
Block a user