mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 01:51:41 -04:00
@@ -17,7 +17,7 @@ export default async (
|
||||
opts: {
|
||||
childConcurrency?: number,
|
||||
depsToBuild?: Set<string>,
|
||||
extraBinPaths: string[],
|
||||
extraBinPaths?: string[],
|
||||
optional: boolean,
|
||||
prefix: string,
|
||||
rawNpmConfig: object,
|
||||
|
||||
@@ -70,7 +70,7 @@ export interface HeadlessOptions {
|
||||
pnpmVersion: string,
|
||||
},
|
||||
engineStrict: boolean,
|
||||
extraBinPaths: string[],
|
||||
extraBinPaths?: string[],
|
||||
ignoreScripts: boolean,
|
||||
include: IncludedDependencies,
|
||||
independentLeaves: boolean,
|
||||
|
||||
Reference in New Issue
Block a user