Actually run lint in ci

This commit is contained in:
Brian M. Carlson 2020-04-10 11:33:46 -05:00
parent 8591d94fcc
commit 12049b7dbc

View File

@ -10,7 +10,7 @@
"packages/*"
],
"scripts": {
"test": "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": "!([[ -e node_modules/.bin/prettier ]]) || eslint '*/**/*.{js,ts,tsx}'"