We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30394bf commit fa75e9cCopy full SHA for fa75e9c
package.json
@@ -50,7 +50,6 @@
50
}
51
},
52
"scripts": {
53
- "preinstall": "cd ./packages/pg-protocol && npm install",
54
"test": "make test-all"
55
56
"files": [
packages/pg-protocol/package.json
@@ -18,6 +18,7 @@
18
19
"test": "mocha dist/**/*.test.js",
20
"build": "tsc",
21
+ "prepare": "tsc",
22
"build:watch": "tsc --watch",
23
"prepublish": "yarn build",
24
"pretest": "yarn build"
0 commit comments