Skip to content

Commit 04253c1

Browse files
committed
Rebuild libpq instead.
1 parent 01492ff commit 04253c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,8 @@ jobs:
692692
with:
693693
dependency_cache_key: ${{ needs.job_build.outputs.dependency_cache_key }}
694694

695-
- name: Build `pg-native`
696-
run: yarn pg-native:build
695+
- name: Build `libpq`
696+
run: yarn libpq:build
697697

698698
- name: Overwrite typescript version
699699
if: matrix.typescript == '3.8'

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:build": "npm rebuild pg-native",
21+
"libpq:build": "npm rebuild libpq",
2222
"lint": "eslint . --format stylish",
2323
"fix": "eslint . --format stylish --fix",
2424
"type-check": "tsc",

0 commit comments

Comments
 (0)