fix: major performance issues with bytea performance #2240

This commit is contained in:
regevbr 2020-07-03 17:54:29 +03:00
parent bf53552a15
commit 410a6ab248
No known key found for this signature in database
GPG Key ID: 47F0B00C687E259E

View File

@ -10,7 +10,7 @@
"packages/*"
],
"scripts": {
"test": "export PGDATABASE=data && export PGUSER=user && export PGPASSWORD=pass && yarn lint && yarn lerna exec yarn test",
"test": "yarn lint && yarn lerna exec yarn test",
"build": "yarn lerna exec --scope pg-protocol yarn build",
"pretest": "yarn build",
"lint": "if [ -x ./node_modules/.bin/prettier ]; then eslint '*/**/*.{js,ts,tsx}'; fi;"