#Powershell $env:NODE_ENV="production"; $env:OTHER_ENV="foo"; npm run build #CMD set NODE_ENV=production && set OTHER_ENV=foo && npm run build