Justfile targets adjusted for cleaning podman with podman-clean

This commit is contained in:
Imbus 2024-02-20 14:10:07 +01:00
parent fef0a7d0f5
commit b21266e0e0

View file

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