ops: Clear all mempool frontend configs on build env reset

This commit is contained in:
wiz 2024-09-09 02:45:16 +09:00
parent 64223c4744
commit dbe774cc64
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -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