Skip to content

Commit 8254175

Browse files
committed
Minor lint nit
1 parent 4076724 commit 8254175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/npm/cmd-npm.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async function run(
7878

7979
// Filter Socket flags from argv but keep --json for npm
8080
const argsToForward = filterFlags(argv, { ...commonFlags, ...outputFlags }, [
81-
'--json'
81+
'--json',
8282
])
8383
const { spawnPromise } = await shadowBin(NPM, argsToForward, {
8484
stdio: 'inherit',

0 commit comments

Comments
 (0)