Skip to content

Commit 04fcbdf

Browse files
committed
refactor(ls-by-agent): colocate npmQuery (drop unused export)
1 parent 4023639 commit 04fcbdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/commands/optimize/ls-by-agent.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export async function lsYarnClassic(
228228
return ''
229229
}
230230

231-
export async function npmQuery(
231+
async function npmQuery(
232232
npmExecPath: string,
233233
cwd: string,
234234
): Promise<string> {

0 commit comments

Comments
 (0)