mirror of
https://github.com/brianc/node-postgres.git
synced 2026-02-01 16:47:23 +00:00
Check for the correct binary
This commit is contained in:
parent
16344cbfcd
commit
ddf81128ab
@ -13,7 +13,7 @@
|
|||||||
"test": "yarn lint && yarn lerna exec yarn test",
|
"test": "yarn lint && yarn lerna exec yarn test",
|
||||||
"build": "yarn lerna exec --scope pg-protocol yarn build",
|
"build": "yarn lerna exec --scope pg-protocol yarn build",
|
||||||
"pretest": "yarn build",
|
"pretest": "yarn build",
|
||||||
"lint": "if [ -x ./node_modules/.bin/eslint ]; then eslint '*/**/*.{js,ts,tsx}'; fi;"
|
"lint": "if [ -x ./node_modules/.bin/prettier ]; then eslint '*/**/*.{js,ts,tsx}'; fi;"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@typescript-eslint/eslint-plugin": "^2.27.0",
|
"@typescript-eslint/eslint-plugin": "^2.27.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user