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
The ability to correctly count dev vs prod deps in yarn audit was added in #6970
However as of yarn v1.22.4 this behavior is broken.
Repro case: https://github.com/Whoaa512/yarn-audit-repro
Command
yarn audit --summary --json
What is the current behavior?
Yarn currently counts everything as a prod dependency
What is the expected behavior?
Yarn should correctly distinguish between dev/prod dependencies
Steps to Reproduce
Environment
10.16.0
1.22.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
The ability to correctly count dev vs prod deps in yarn audit was added in #6970
However as of yarn v1.22.4 this behavior is broken.
Repro case: https://github.com/Whoaa512/yarn-audit-repro
Command
What is the current behavior?
Yarn currently counts everything as a prod dependency
What is the expected behavior?
Yarn should correctly distinguish between dev/prod dependencies
Steps to Reproduce
Repro case: https://github.com/Whoaa512/yarn-audit-repro
Environment
10.16.0
1.22.4
The text was updated successfully, but these errors were encountered: