2.0.1 • Published 1 year ago
run-with-node-env v2.0.1
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