run-with-node-env
v2.1.1
Published
Set the `NODE_ENV` variable on all platforms. Without `cross-spawn`, very slim.
Maintainers
Readme
run-with-node-env
Set the NODE_ENV variable on all platforms. Without cross-spawn, very slim.
Usage
run-with-node-env production npm start # NODE_ENV=production npm start
run-with-node-env development npm run start:dev # NODE_ENV=development npm run start:dev