mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Refactor/crate directory (#1621)
* chore: fix wanrings * chore: remove protobuf ref in flowy-error-code * chore: remove protobuf ref in lib-ws * refactor: remove protobuf trait in flowy http model * refactor: remove flowy-error-code crate Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
@ -17,7 +17,7 @@ script_runner = "@shell"
|
||||
[tasks.rm_macro_build_cache]
|
||||
script = [
|
||||
"""
|
||||
path = canonicalize ../shared-lib/flowy-codegen/.cache
|
||||
path = canonicalize ../frontend/rust-lib/flowy-codegen/.cache
|
||||
if is_path_exists ${path}
|
||||
rm -rf ${path}
|
||||
end
|
||||
|
Reference in New Issue
Block a user