Merge pull request #1814 from poanetwork/clear-build-script
(Chore) Clear build artefacts scriptpull/1829/head
commit
041f897538
@ -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 |
Loading…
Reference in new issue