Skip to content

Commit fa75e9c

Browse files
committed
...
1 parent 30394bf commit fa75e9c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
}
5151
},
5252
"scripts": {
53-
"preinstall": "cd ./packages/pg-protocol && npm install",
5453
"test": "make test-all"
5554
},
5655
"files": [

packages/pg-protocol/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"scripts": {
1919
"test": "mocha dist/**/*.test.js",
2020
"build": "tsc",
21+
"prepare": "tsc",
2122
"build:watch": "tsc --watch",
2223
"prepublish": "yarn build",
2324
"pretest": "yarn build"

0 commit comments

Comments
 (0)