diff --git a/binaries/pkg/run.sh b/binaries/pkg/run.sh index 6ef7f7ad8525..96445b905ca2 100755 --- a/binaries/pkg/run.sh +++ b/binaries/pkg/run.sh @@ -3,7 +3,6 @@ set -eu pnpm install -pnpm prisma generate # This means that we resolve the location of the @prisma/engines package starting to the location of the prisma package ENGINES_PACKAGE=$(node -e "console.log(path.dirname(require.resolve('@prisma/engines/package.json', {paths: [path.dirname(require.resolve('prisma/package.json'))]})))")