-
Notifications
You must be signed in to change notification settings - Fork 2
run-if-changed doesn't detect directory changes #123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@thelinuxlich Good catch! This is actually a documentation problem. You should be able to configure it using wildcards:
Please let me know if that works for you and I'll update the readme with this. |
Tried with |
@thelinuxlich I was finally able to test it and Could you please check the different hooks are installed properly? Thank you! |
It was my mistake, specifying |
I've added the following config to my package.json:
When
pnpm-lock.yaml
is modified,pnpm i
runs, but when a file is updated or added inside theprisma
folder, run-if-changed doesn't detect it.The text was updated successfully, but these errors were encountered: