AppFlowy/frontend/scripts/clean.cmd
2022-06-16 10:45:47 +08:00

8 lines
No EOL
111 B
Batchfile

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