diff --git a/CHANGELOG.md b/CHANGELOG.md index 1abea97741..6332adf70e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### Chore +- [#1814](https://github.com/poanetwork/blockscout/pull/1814) - Clear build artefacts script ## 1.3.10-beta diff --git a/rel/commands/clear_build.sh b/rel/commands/clear_build.sh new file mode 100755 index 0000000000..66ede0039b --- /dev/null +++ b/rel/commands/clear_build.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +rm -rf ./_build +rm -rf ./deps +rm -rf ./logs/dev +rm -rf ./apps/explorer/node_modules +rm -rf ./apps/block_scout_web/assets/node_modules \ No newline at end of file