We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
references.js should run as a separate script and not as part of index.js. The reason is that the GitHub API limit rate is quite low.
It should be a separate item in the scripts section in package.json, for example: npm run references.
scripts
npm run references
The text was updated successfully, but these errors were encountered:
references.js
Sorry, something went wrong.
kordwarshuis
No branches or pull requests
references.js should run as a separate script and not as part of index.js. The reason is that the GitHub API limit rate is quite low.
It should be a separate item in the
scripts
section in package.json, for example:npm run references
.The text was updated successfully, but these errors were encountered: