npm-consider icon indicating copy to clipboard operation
npm-consider copied to clipboard

Option for showing dependency graph when you using --test

Open oscmedgon opened this issue 4 years ago • 0 comments

Would be nice to be able to print the dependency graph when you integrate this on a CI environment. Something like

npm-consider install --production --test --details
## OR
npm-consider install --production --test_details

This way you get more details instead of just a success or an error with short details.

oscmedgon avatar Jul 14 '20 16:07 oscmedgon