Skip to content

feat: remove node modules on assets clean

Jan Hric requested to merge feat/reduce_slug_size into develop

the slug size is over the limit 500MB and this prevents us from deploying to heroku

I have added removal of node modules once assets are built to reduce the size a bit(461MB on last run). I will look into this further as the size is still too big, but this allows us to deploy to heroku for now

Merge request reports