By adding the --production flag, the audit will ignore any dev dependencies already. I have some dependencies that are marked as optional (like Cypress) that for ~ reasons ~ can't live in the dev dependencies.
Is there already, or would it be possible to add an option to not only ignore the dev dependencies, but also the optional ones?
By adding the
--production
flag, the audit will ignore any dev dependencies already. I have some dependencies that are marked as optional (like Cypress) that for ~ reasons ~ can't live in the dev dependencies.Is there already, or would it be possible to add an option to not only ignore the dev dependencies, but also the optional ones?