From 706893f6fa9c40bd5654b2795f513743db20f48c Mon Sep 17 00:00:00 2001 From: appflowy Date: Tue, 21 Jun 2022 14:46:24 +0800 Subject: [PATCH] fix: remove shared-lib cache files --- frontend/scripts/makefile/tool.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/scripts/makefile/tool.toml b/frontend/scripts/makefile/tool.toml index dc840272d5..f18bb8faa4 100644 --- a/frontend/scripts/makefile/tool.toml +++ b/frontend/scripts/makefile/tool.toml @@ -36,7 +36,7 @@ run_task = { name = "remove_files_with_pattern" } [tasks.rm_shared_lib_generated_protobuf_files] private = true -env = { "rm_proto_path" = "./shared-lib/**/resources/proto", "rm_protobuf_path" = "./shared-lib/**/protobuf" } +env = { "rm_proto_path" = "../shared-lib/**/resources/proto", "rm_protobuf_path" = "../shared-lib/**/protobuf" } run_task = { name = "remove_files_with_pattern" }