File tree 2 files changed +3
-3
lines changed
dev-packages/node-integration-tests
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -692,8 +692,8 @@ jobs:
692
692
with :
693
693
dependency_cache_key : ${{ needs.job_build.outputs.dependency_cache_key }}
694
694
695
- - name : Build `pg-native `
696
- run : yarn pg-native :build
695
+ - name : Build `libpq `
696
+ run : yarn libpq :build
697
697
698
698
- name : Overwrite typescript version
699
699
if : matrix.typescript == '3.8'
Original file line number Diff line number Diff line change 18
18
"clean:script" : " node scripts/clean.js" ,
19
19
"prisma-v5:init" : " cd suites/tracing/prisma-orm-v5 && yarn && yarn setup" ,
20
20
"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 " ,
22
22
"lint" : " eslint . --format stylish" ,
23
23
"fix" : " eslint . --format stylish --fix" ,
24
24
"type-check" : " tsc" ,
You can’t perform that action at this time.
0 commit comments