AppFlowy/frontend/scripts/clean.cmd

7 lines
87 B
Batchfile
Raw Normal View History

cd rust-lib
cargo clean
cd ../../shared-lib
cargo clean
2022-02-17 08:32:10 +00:00
rmdir /s/q "lib-infra/.cache"