Skip to content

Commit

Permalink
fix: add lockfile glob for bun (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Oct 1, 2023
1 parent 9ee10c6 commit 7efac1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/globs.ts
Expand Up @@ -48,6 +48,7 @@ export const GLOB_EXCLUDE = [
'**/package-lock.json',
'**/yarn.lock',
'**/pnpm-lock.yaml',
'**/bun.lockb',

'**/output',
'**/coverage',
Expand Down

0 comments on commit 7efac1b

Please sign in to comment.