chore: fix lint issues

This commit is contained in:
41666 2021-08-01 16:30:58 -04:00
parent 5334353c84
commit 462ef26ea2
8 changed files with 27 additions and 3 deletions

View file

@ -28,6 +28,8 @@
"lint:terraform": "terraform fmt -recursive -check ./terraform",
"lint:types": "tsc --noEmit",
"lint:types-api": "yarn workspace @roleypoly/api run lint:types",
"lint:types-interactions": "yarn workspace @roleypoly/interactions run lint:types",
"lint:types-worker-utils": "yarn workspace @roleypoly/worker-utils run lint:types",
"postinstall": "is-ci || husky install",
"start": "run-p -c start:*",
"start:bot": "yarn workspace @roleypoly/bot start",