Target update to avoid fail
This commit is contained in:
parent
eca82edf4f
commit
dcefb5bb4e
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -26,6 +26,6 @@ clean: remove-podman-containers
|
||||||
podman image rm -f ttime-server
|
podman image rm -f ttime-server
|
||||||
rm -rf frontend/dist
|
rm -rf frontend/dist
|
||||||
rm -rf frontend/node_modules
|
rm -rf frontend/node_modules
|
||||||
rm ttime-server.tar.gz
|
rm -f ttime-server.tar.gz
|
||||||
cd backend && make clean
|
cd backend && make clean
|
||||||
@echo "Cleaned up!"
|
@echo "Cleaned up!"
|
Loading…
Reference in a new issue