package.json установить переменные среды

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