Issue with hooks running in parallel #100
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
question
Further information is requested
Mookme is triggering the below hooks in parallel, and because
lint-staged
application relies on a local config file for each run, one of them always fails when I have code changes in both projects.I have two
pre-commit.json
that looks just like this, one for each projectclient
andapiserver
:Sample output:
So is there a way to tell mookme to run hooks in series?
The text was updated successfully, but these errors were encountered: