We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm build
1 parent b955176 commit 7be35e8Copy full SHA for 7be35e8
dev-packages/node-integration-tests/package.json
@@ -18,7 +18,7 @@
18
"clean:script": "node scripts/clean.js",
19
"prisma-v5:init": "cd suites/tracing/prisma-orm-v5 && yarn && yarn setup",
20
"prisma-v6:init": "cd suites/tracing/prisma-orm-v6 && yarn && yarn setup",
21
- "pg-native:rebuild": "yarn add --force pg-native --frozen-lockfile",
+ "pg-native:rebuild": "npm rebuild pg-native",
22
"lint": "eslint . --format stylish",
23
"fix": "eslint . --format stylish --fix",
24
"type-check": "tsc",
0 commit comments