Manual cleaning an instance from the previous deployment

In order to delete build artifacts anyone can run ./rel/commands/clear_build.sh from the root project directory. It will delete these folders:

  • delete _build & deps directories

  • delete node modules located at

  • apps/block_scout_web/assets/node_modules

  • & apps/explorer/node_modules

  • delete logs/dev directory

Last updated

Was this helpful?