chore: update windows clean script

This commit is contained in:
nathan 2022-06-16 10:41:22 +08:00
parent 228fae7be4
commit d913bbba31

View File

@ -1,6 +1,8 @@
cd rust-lib cd rust-lib
cargo clean cargo clean
cd ../../shared-lib
if exist "lib-infra/.cache" ( if exist "lib-infra/.cache" (
rmdir /s/q "lib-infra/.cache" rmdir /s/q "lib-infra/.cache"
) )