Webperf-se / webperf_core

webperf-core is an open-source testing suite tailored to help you improve your digital presence in areas like web performance, security and accessibility to email best practice using many small improvements.
https://webperf.se/articles/webperf-core/
MIT License
19 stars 30 forks source link

Don't install development dependencies for npm #563

Closed 7h3Rabbit closed 3 months ago

7h3Rabbit commented 3 months ago

As we are not modifying or developing any of our npm dependencies, we may use production mode so devDependencies are not downloaded and installed. This should lower the amount of time taking to install dependencies but hopefully also number of security related issues.