How can I pass NODE_ENV into npm run command as parameter?
NODE_ENV
npm run
Example:
NODE_ENV=8080 "script": { "start"