You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The directions for gatsby-codemods recommend applying the codemod to your project folder. When doing so, it attempts to process every file, regardless of location.
Suggestion: If it's not possible to restrict the codemod (best choice), suggest applying codemod to just the ./src/ directory and ./gatsby-*.js files in the REAMDE.md.
Note, if you update the README instead, the example command lines for every codemod except the first refer to the ../dist/... directory, which doesn't exist. Those lines should be updated to remove that.
We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here.
If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open!
As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!
Thanks for being a part of the Gatsby community! 💪💜
gatsbotbot
added
the
stale?
Issue that may be closed soon due to the original author not responding any more.
label
Sep 18, 2019
It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it.
Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m HUMAN_EMOTION_SORRY. Please feel free to reopen this issue or create a new one if you need anything else.
As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!
Thanks again for being part of the Gatsby community!
Description
The directions for gatsby-codemods recommend applying the codemod to your project folder. When doing so, it attempts to process every file, regardless of location.
Suggestion: If it's not possible to restrict the codemod (best choice), suggest applying codemod to just the
./src/
directory and./gatsby-*.js
files in theREAMDE.md
.Steps to reproduce
From gatsby project directory:
Expected result
Only project source files are processed
Actual result
All files are processed, including
./node_modules/
Environment
The text was updated successfully, but these errors were encountered: