mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
8 lines
No EOL
111 B
Batchfile
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"
|
|
) |