Skip to content

Commit

Permalink
feat: try support catalog: protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 13, 2024
1 parent a7c7c20 commit 0d151eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/io/resolves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ function isLocalPackage(currentVersion: string) {
'link:',
'file:',
'workspace:',
'catalog:',
]
return localPackagePrefix.some(prefix => currentVersion.startsWith(prefix))
}
Expand Down

0 comments on commit 0d151eb

Please sign in to comment.