getlarge / nx-heroku

Nx plugin to quickly deploy and promote your Nx apps on Heroku
MIT License
3 stars 0 forks source link

docs: update cleanup hook example #8

Open getlarge opened 1 year ago

getlarge commented 1 year ago

Lately i ran into some issues when trying to removing/pruning node_modules (probably) due to the Nx cache/deamon running. So before any operation on the node_modules such as running npm ci using the generated package.json or removing them for frontend application, i would recommend to run npx nx reset.