AppFlowy/frontend/scripts/clean.cmd

6 lines
90 B
Batchfile
Raw Normal View History

cd rust-lib
cargo clean
2022-06-15 14:28:33 +00:00
if exist "lib-infra/.cache" (
rmdir /s/q "lib-infra/.cache"
)