alexanderGugel / ied

:package: Like npm, but faster - an alternative package manager for Node
http://alexandergugel.github.io/ied
MIT License
1.99k stars 53 forks source link

Added cross-env so tests can be runned on Windows #154

Closed ArjanSchouten closed 8 years ago

ArjanSchouten commented 8 years ago

First of all, thanks for creating this nice package manager :+1: !

Checklist

Testing and development

Description of change

The scripts in the package.json will set the NODE_ENV variable. This isn't working on Windows since Windows users have to use set NODE_ENV=test. The package cross-env takes care of setting environment variables on multiple platforms.

mgcrea commented 8 years ago

Looks good to me.

alexanderGugel commented 8 years ago

Wonderful! Thanks!