Skip to content
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

nodemon watch yml conf files and ignore .github #10924

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jNullj
Copy link
Member

@jNullj jNullj commented Mar 5, 2025

Fixes #10923

this change makes nodemon restart on every configuration change

Scanned the project for all other yml files and we have some at cypress and .github, both don't seem to add value for nodemon reload so i added .github to the ignore list (sypress was already there)

Copy link
Contributor

github-actions bot commented Mar 5, 2025

Warnings
⚠️

This PR modified package.json, but not package-lock.json - Perhaps you need to run npm install?

Messages
📖 ✨ Thanks for your contribution to Shields, @jNullj!

Generated by 🚫 dangerJS against 39585cc

this makes nodemon restart on every configuration change

ignored .github folder as it is not needed for nodemon to watch and has yml files

Fixes badges#10923
@jNullj jNullj force-pushed the jNullj/issue10923 branch from dcb02eb to 39585cc Compare March 5, 2025 21:48
@jNullj jNullj changed the title add config yml files to nodemon watch nodemon watch yml conf files and ignore .github Mar 5, 2025
@jNullj jNullj added the developer-experience Dev tooling, test framework, and CI label Mar 5, 2025
@jNullj jNullj marked this pull request as ready for review March 5, 2025 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer-experience Dev tooling, test framework, and CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reload configuration without restarting process
1 participant