diff --git a/frontend/scripts/clean.cmd b/frontend/scripts/clean.cmd index c4bc3a4454..46cf54e69c 100644 --- a/frontend/scripts/clean.cmd +++ b/frontend/scripts/clean.cmd @@ -1,6 +1,8 @@ cd rust-lib cargo clean +cd ../../shared-lib + if exist "lib-infra/.cache" ( rmdir /s/q "lib-infra/.cache" ) \ No newline at end of file