Skip to content

Commit 006de8c

Browse files
committed
Switch to npm build
1 parent b74808e commit 006de8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/node-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"clean:script": "node scripts/clean.js",
1919
"prisma-v5:init": "cd suites/tracing/prisma-orm-v5 && yarn && yarn setup",
2020
"prisma-v6:init": "cd suites/tracing/prisma-orm-v6 && yarn && yarn setup",
21-
"pg-native:rebuild": "yarn add --force pg-native --frozen-lockfile",
21+
"pg-native:rebuild": "npm rebuild pg-native",
2222
"lint": "eslint . --format stylish",
2323
"fix": "eslint . --format stylish --fix",
2424
"type-check": "tsc",

0 commit comments

Comments
 (0)