Fixed cleaning target in justfile
This commit is contained in:
parent
9c60ae2000
commit
e9b215c686
1 changed files with 2 additions and 0 deletions
2
justfile
2
justfile
|
@ -63,6 +63,8 @@ clean:
|
|||
{{runtime}} image rm -f fb-server-debug
|
||||
rm -rf client/dist
|
||||
rm -rf client/node_modules
|
||||
rm -rf client-solid/dist
|
||||
rm -rf client-solid/node_modules
|
||||
rm -rf server/public
|
||||
rm -rf server/target
|
||||
@echo "Cleaned up! Make sure to run 'just nuke' to nuke everything podman related."
|
||||
|
|
Loading…
Add table
Reference in a new issue