The NPM_CONFIG_PRODUCTION flag sets the NOVE_ENV variable to production in npm scripts
Written by Stefan Judis
- Published at
- Updated at
- Reading time
- 1min
This post is part of my Today I learned series in which I share all my web development learnings.
Today I learned that when you set NPM_CONFIG_PRODUCTION=true
and use npm scripts, NODE_ENV
will be production
, too.
Thanks @bahmutov for sharing why this could lead to confusion!
If you enjoyed this article...
Join 5.4k readers and learn something new every week with Web Weekly.
Reply to this post and share your thoughts via good old email.