Open jdforsythe opened 3 years ago
Adds an auditdeps npm script to audit production dependencies for vulnerabilities (using the built-in npm audit --production) and runs the script before publishing
auditdeps
npm audit --production
Adds an
auditdeps
npm script to audit production dependencies for vulnerabilities (using the built-innpm audit --production
) and runs the script before publishing