Heroku deploy problem

you can easily use yarn, or parcel - or whatever is the latest and greatest..

I use yarn on heroku - I just have a yarn deploy in my compile file - which of course calls the deploy script in package.json..

  "scripts": {
    "deploy": "NODE_ENV=production webpack --mode production",