Switch to pnpm (#162)

* fix: metadata provider log

* feat: fully switch to pnpm

* ci: prettier ignore pnpm lock

* chore: dedupe lockfile

* chore: update pnpm
This commit is contained in:
Husky
2025-08-30 19:45:30 -04:00
committed by DecDuck
parent bfeacbbdfe
commit aa1de921ee
7 changed files with 12298 additions and 27 deletions

View File

@ -306,7 +306,7 @@ export class MetadataHandler {
result = await provider.fetchCompany({ query, createObject });
if (result === undefined) {
throw new Error(
`${provider.source()} failed to find a company for "${query}`,
`${provider.source()} failed to find a company for "${query}"`,
);
}
} catch (e) {