-
Notifications
You must be signed in to change notification settings - Fork 8.5k
chore(NA): ignore server watch for md and test.tsx files #64797
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
chore(NA): ignore server watch for md and test.tsx files #64797
Conversation
|
Pinging @elastic/kibana-operations (Team:Operations) |
LeeDr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - testing locally on Windows 10. I only tested the case I had where Chrome was writing a debug.log file to my x-pack dir and this changed fixed the restart problem.
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
* chore(NA): avoid unnecessary server watches on md and test.tsx files * chore(NA): include debug log files
* chore(NA): avoid unnecessary server watches on md and test.tsx files * chore(NA): include debug log files
That avoids the server to restart on file changes that should not be watched.