You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just playing around, and found that I can run the --test option together with the --production option, and it results in different results with much less packages. Our wish is to be able to run the --test only on the dependencies and not devDependencies.
This is the command I run. Does it actually do what I hope it is doing?
npx npm-consider install --test --production
The text was updated successfully, but these errors were encountered:
I was just playing around, and found that I can run the --test option together with the --production option, and it results in different results with much less packages. Our wish is to be able to run the --test only on the dependencies and not devDependencies.
This is the command I run. Does it actually do what I hope it is doing?
The text was updated successfully, but these errors were encountered: