-
Notifications
You must be signed in to change notification settings - Fork 2k
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
diff-npm-package: fix reports dir creation #3624
Conversation
graphql#3623 creates the reports folder via the report path, rather than the reports folder path. This did not trigger an error, because no changes were found.
✅ Deploy Preview for compassionate-pike-271cb3 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
History:
|
I am not sure why, but luckily #3622 still triggers a diff, and is still failing, so can be used to test this PR. After rebasing, as expected, now mkdir is failing because we are calling it with the wrong path. Merging this PR should fix that, and so at least after we merge this, we can use that PR to see if the change works. At that point, CI from #3622 should give us the diff, and we might be able to see why there is one! |
Thanks for the detailed, investigation 👍
Any change that affects the content of the NPM file (add stuff to package.json, LICENSE, README, or any files under 'src/'). |
Context: I need this script to see what changed inside the NPM package. |
#3623 creates the reports folder via the report path, rather than the reports folder path. This did not trigger an error, because no changes were found.