Skip to content

Commit 835b058

Browse files
committed
...
1 parent 4fb5387 commit 835b058

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
}
5151
},
5252
"scripts": {
53+
"build": "cd ./packages/pg-protocol && npm install",
5354
"test": "make test-all"
5455
},
5556
"files": [

packages/pg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"pg-connection-string": "^2.7.0",
2424
"pg-pool": "^3.7.0",
25-
"pg-protocol": "^1.7.0",
25+
"pg-protocol": "../packages/pg-protocol",
2626
"pg-types": "^2.1.0",
2727
"pgpass": "1.x"
2828
},

0 commit comments

Comments
 (0)