Skip to content

Commit

Permalink
docs(client): add comment for investigation
Browse files Browse the repository at this point in the history
  • Loading branch information
millsp committed Mar 24, 2022
1 parent 2c033f9 commit a871310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client/src/generation/generateClient.ts
Expand Up @@ -104,6 +104,7 @@ export async function buildClient({
}
}

// TODO: explore why we have a special case for excluding pnpm
async function getDotPrismaDir(outputDir: string): Promise<string> {
if (outputDir.endsWith('node_modules/@prisma/client')) {
return path.join(outputDir, '../../.prisma/client')
Expand Down

0 comments on commit a871310

Please sign in to comment.