mirror of
https://github.com/mempool/mempool.git
synced 2025-03-12 10:31:03 +01:00
ops: Clear all mempool frontend configs on build env reset
This commit is contained in:
parent
64223c4744
commit
dbe774cc64
1 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env zsh
|
||||
rm $HOME/*/backend/mempool-config.json
|
||||
rm $HOME/*/frontend/mempool-frontend-config.json
|
||||
rm -f $HOME/*/backend/mempool-config.json
|
||||
rm -f $HOME/*/frontend/mempool-frontend-config.json
|
||||
rm -f $HOME/*/frontend/projects/mempool/mempool-frontend-config.json
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue