This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2024-08-30 18:12:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
82806ba193
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 14:35:52 +00:00
cd
rust-lib
cargo clean
fix: build appflowy from VS Code
2022-06-15 14:28:33 +00:00
if
exist
"
lib-infra/.cache
"
(
rmdir
/s/q
"
lib-infra/.cache
"
)
Reference in New Issue
Copy Permalink