Skip to content

Commit

Permalink
Switch to npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Feb 3, 2025
1 parent b955176 commit 7be35e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-packages/node-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"clean:script": "node scripts/clean.js",
"prisma-v5:init": "cd suites/tracing/prisma-orm-v5 && yarn && yarn setup",
"prisma-v6:init": "cd suites/tracing/prisma-orm-v6 && yarn && yarn setup",
"pg-native:rebuild": "yarn add --force pg-native --frozen-lockfile",
"pg-native:rebuild": "npm rebuild pg-native",
"lint": "eslint . --format stylish",
"fix": "eslint . --format stylish --fix",
"type-check": "tsc",
Expand Down

0 comments on commit 7be35e8

Please sign in to comment.