Commits
Click on a commit to change the comparison rangefix(build): filter out absolute paths on windows in depCheckPlugin
Fixes the following build error on Windows:
```
> @prisma/client@0.0.0 build C:\Users\Alexey\prisma\packages\client
> node -r esbuild-register helpers/build.ts
unusedDependencies ["@codspeed/benchmark.js-plugin","@swc-node/register","benchmark","resolve","sort-keys","source-map-support","tsd","yo","zx"]
missingDependencies ["C:"]
C:\Users\Alexey\prisma\packages\client:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL @prisma/client@0.0.0 build: `node -r esbuild-register helpers/build.ts`
Exit status 1
```