issues
search
nirv-ai
/
db-core
0
stars
0
forks
source link
husky & lint-stage not setup for monorepo
#19
Closed
noahehall
closed
1 year ago
noahehall
commented
1 year ago
C
didnt setup pnpm or turbo pipeline for running lint scripts (or precommit hooks) after migration
[x] confirm prettier in all things
[x] confirm eslint in all things
[x] confirm turbo works in all things
[x] confirm pnpm + turbo from root and within executes in all things
~[x] move husky & lint-staged rc's to root~
[x] confirm precommit works from root in & within all things
T
removed lint staged and just went with husky
couldnt get lint-staged sends the path to cmd, but turbo needs to receive the cmd not the path
``/this/path/poop is not in your turbo pipeline
A
currently eslint, prettier and types will execute for
all
files on all commits
not hte most horrible experience, as the monrepo isnt huge, but should swing back to this if commits take longer than 30 seconds to persist
C
T
``/this/path/poop is not in your turbo pipeline
A