AppFlowy/frontend/scripts/clean.cmd
2022-06-15 22:28:33 +08:00

6 lines
90 B
Batchfile

cd rust-lib
cargo clean
if exist "lib-infra/.cache" (
rmdir /s/q "lib-infra/.cache"
)