chore: add codegen crate

This commit is contained in:
nathan
2022-12-01 14:56:20 +08:00
parent 30e7323cf7
commit 44f9254c0a
50 changed files with 151 additions and 145 deletions

View File

@ -17,7 +17,7 @@ script_runner = "@shell"
[tasks.rm_macro_build_cache]
script = [
"""
path = canonicalize ../shared-lib/lib-infra/.cache
path = canonicalize ../shared-lib/flowy-codegen/.cache
if is_path_exists ${path}
rm -rf ${path}
end