Justfile targets adjusted for cleaning podman with podman-clean
This commit is contained in:
parent
fef0a7d0f5
commit
b21266e0e0
1 changed files with 6 additions and 1 deletions
7
Justfile
7
Justfile
|
@ -28,4 +28,9 @@ clean: remove-podman-containers
|
|||
rm -rf frontend/node_modules
|
||||
rm -f ttime-server.tar.gz
|
||||
cd backend && make clean
|
||||
@echo "Cleaned up!"
|
||||
@echo "Cleaned up!"
|
||||
|
||||
# Cleans up everything related to podman, not just the project. Make sure you understand what this means.
|
||||
[confirm]
|
||||
podman-clean:
|
||||
podman system reset --force
|
Loading…
Reference in a new issue