package.json Set Environment Variables

"scripts": {
    "start": "set NODE_ENV=production&& node server.js"
 }
Blushing Bug