This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2025-07-27 19:11:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
AppFlowy
/
frontend
/
scripts
/
clean.cmd
6 lines
90 B
Batchfile
Raw
Normal View
History
Unescape
Escape
feat: add flowy_clean command to remove the build.rs cache
2022-02-15 22:35:52 +08:00
cd
rust-lib
cargo clean
fix: build appflowy from VS Code
2022-06-15 22:28:33 +08:00
if
exist
"
lib-infra/.cache
"
(
rmdir
/s/q
"
lib-infra/.cache
"
)
Reference in New Issue
Copy Permalink