Skip to content

Commit 5e755db

Browse files
authored
feat: include pnpm-workspace.yaml in detection (#52)
1 parent 1d34e44 commit 5e755db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const LOCKS: Record<string, AgentName> = {
1616
'bun.lockb': 'bun',
1717
'deno.lock': 'deno',
1818
'pnpm-lock.yaml': 'pnpm',
19+
'pnpm-workspace.yaml': 'pnpm',
1920
'yarn.lock': 'yarn',
2021
'package-lock.json': 'npm',
2122
'npm-shrinkwrap.json': 'npm',

0 commit comments

Comments
 (0)