allow ignoring devDependencies
when running task from package.json
#22736
Labels
devDependencies
when running task from package.json
#22736
https://github.com/scarf005/vfile/blob/67e5cbcab3c9c1b1a47cb796f9bba3100e5c7aab/package.json#L56-L70
in this library, only
dependencies
is required to run. however,will attempt to download the entire content of
devDependencies
. while the workaround is to erasedevDependencies
before running then restoring, it's a bit manual. a flag like--ignore-devdependencies
would be helpful.The text was updated successfully, but these errors were encountered: