AppFlowy/frontend/scripts/clean.cmd
2022-02-17 16:32:10 +08:00

7 lines
87 B
Batchfile

cd rust-lib
cargo clean
cd ../../shared-lib
cargo clean
rmdir /s/q "lib-infra/.cache"