Skip to content
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

Not sure if npm run is transformed correctly #6

Closed
mrazauskas opened this issue May 31, 2022 · 1 comment · Fixed by nebrelbug/npm-to-yarn#36
Closed

Not sure if npm run is transformed correctly #6

mrazauskas opened this issue May 31, 2022 · 1 comment · Fixed by nebrelbug/npm-to-yarn#36

Comments

@mrazauskas
Copy link

Describe the bug

Thanks for creating a fork!

I was playing with npm run command. To be honest, I do not use NPM regularly, might be this is expected:

npm run test -- --version -> yarn run test --version (ok)
npm run test -- -v -> yarn run test -- -v (?)

npm test -- --version -> yarn test -- --version (?)
npm test -- -v -> yarn test -- -v (?)

Feels like -- should be skipped in all yarn commands. Or did I miss something?

Package & Environment Details

"@armano/npm-to-yarn": "^1.1.3"

@armano2
Copy link
Owner

armano2 commented Feb 19, 2023

fixed in npm-to-yarn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants