Skip to content

Commit d79728b

Browse files
committedNov 13, 2023
Add corepack to list of ignored binaries
1 parent 4be9ec9 commit d79728b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/constants.ts

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const IGNORED_GLOBAL_BINARIES = [
1818
'cat',
1919
'cd',
2020
'chmod',
21+
'corepack',
2122
'cp',
2223
'curl',
2324
'deno',

0 commit comments

Comments
 (0)
Please sign in to comment.