Description
I find myself a lot reverting changes vite config does when running pnpm install. The docs aren't clear on that, so I don't know what this script does, but for me, it only caused problems, which is why I removed it from my prepare scripts. It would've been a lot nicer if
- I was able to turn off changing my AGENT.md (I intentionally formed it the way it is and wan't to keep it)
- I was able to turn off pre commit hook creation (I intentionally removed them and don't want them coming back all the time)
Suggested solution
two flags
Alternative
It automatically notices that I changed it and want to have it this way, so it doesn't annoy me anymore.
Additional context
No response
Validations
Description
I find myself a lot reverting changes
vite configdoes when runningpnpm install. The docs aren't clear on that, so I don't know what this script does, but for me, it only caused problems, which is why I removed it from mypreparescripts. It would've been a lot nicer ifSuggested solution
two flags
--noHooks--noAgentMdAlternative
It automatically notices that I changed it and want to have it this way, so it doesn't annoy me anymore.
Additional context
No response
Validations