-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
2983 adds extra watch options #2984
Conversation
…run#2869) Co-authored-by: Jay Zawrotny <[email protected]>
Co-authored-by: Mehdi Achour <[email protected]>
* update line highlights in jokes tutorial * Update contributors.yml
but push tags after we build so were not pushing unnecessary tags
we're not pushing the branch we made so we can't use `--follow-tags` as there is nothing to follow
Hi @npirotte, Welcome, and thank you for contributing to Remix! Before we consider your pull request, we ask that you sign our Contributor License Agreement (CLA). We require this only once. You may review the CLA and sign it by adding your name to contributors.yml. Once the CLA is signed, the If you have already signed the CLA and received this response in error, or if you have any questions, please contact us at [email protected]. Thanks! - The Remix team |
Thank you for signing the Contributor License Agreement. Let's get this merged! 🥳 |
Looks like I missed something is the flow, it seems like main is ahead of dev :( |
Reopening here: #2985 |
This adds the possibility to watch extra directories/files/globs in dev mode.
This should make integration with mono repos lix NX easier.
Will spend more time documenting and testing if necessary and if feature is approved.
Closes: 2983