voorhoede / npm-style-guide

Opinionated npm Style Guide​ for teams.
https://github.com/voorhoede/npm-style-guide#readme
Creative Commons Zero v1.0 Universal
91 stars 11 forks source link

use `NODE_ENV` for conditionaly run tasks? #3

Open jpsc opened 8 years ago

jpsc commented 8 years ago
jbmoelker commented 8 years ago

if set in an npm script, we should use a helper module like cross-env to set environment variable cross platform.