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
Is your feature request related to a problem? Please describe.
yarn run is overkill, nobody use run in yarn, but it is required to run npm scripts
yarn run
run
Describe the solution you'd like
npm run myScript should be converted to yarn myScript
npm run myScript
yarn myScript
Describe alternatives you've considered
Using npm myScript, but it does not work.
npm myScript
Additional context
Want to improve the Yarn experience on Docusaurus, like on this page:
https://deploy-preview-4014--docusaurus-2.netlify.app/classic/docs/next/i18n/introduction
The text was updated successfully, but these errors were encountered:
a4cbf19
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
yarn run
is overkill, nobody userun
in yarn, but it is required to run npm scriptsDescribe the solution you'd like
npm run myScript
should be converted toyarn myScript
Describe alternatives you've considered
Using
npm myScript
, but it does not work.Additional context
Want to improve the Yarn experience on Docusaurus, like on this page:
https://deploy-preview-4014--docusaurus-2.netlify.app/classic/docs/next/i18n/introduction
The text was updated successfully, but these errors were encountered: