near / pagoda-console

Pagoda Console Monorepo
https://console.pagoda.co
0 stars 0 forks source link

Parallelize husky #3

Open mpeterdev opened 2 years ago

mpeterdev commented 2 years ago

It would be great to run husky steps for backend and frontend in parallel. There are different options for task runners which support parallel operations on monorepos. Whatever we implement here does not necessarily need to choose the task runner we use long term, we can always refactor as our needs grow

mpeterdev commented 2 years ago

clarifying the ask here: in pre-commit hook, use turborepo to lint all packages in parallel.

Do we need lint-staged, or is eslint --cache + turborepo performant enough?