Skip to content

Commit

Permalink
Try rhel-openssl-3.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Apr 21, 2024
1 parent 6845de3 commit b50e5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prisma-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev": "pnpm build",
"build": "prisma format && pnpm generate && esbuild src/prisma.ts --outdir=lib --format=cjs && cp src/cjs/package.json lib && cp -r src/__generated__ lib/__generated__ && pnpm dts",
"generate": "PRISMA_BINARY_TARGET=${PRISMA_BINARY_TARGET:-'[\"native\"]'} prisma generate",
"build:prod": "PRISMA_BINARY_TARGET='[\"rhel-openssl-1.0.x\"]' pnpm build",
"build:prod": "PRISMA_BINARY_TARGET='[\"rhel-openssl-3.0.x\"]' pnpm build",
"dts": "tsc --declarationDir lib",
"migrations": "./migrations-cli/cli.ts"
},
Expand Down

0 comments on commit b50e5ba

Please sign in to comment.