Skip to content

Commit 20cf1cb

Browse files
committed
chore(test): place allow-npx marker on same line as 'npx' string
Inline marker is required for the pre-commit hook to recognize the exemption — the previous commit placed it on a separate line.
1 parent ede70b5 commit 20cf1cb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/cli/test/unit/utils/cli/with-subcommands-help.test.mts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ describe('buildHelpLines', () => {
5959
'logout',
6060
'manifest',
6161
'npm',
62-
// socket-hook: allow npx
63-
'npx',
62+
'npx', // socket-hook: allow npx
6463
'nuget',
6564
'optimize',
6665
'organization',

0 commit comments

Comments
 (0)