Explorar o código

fix: remove shared-lib cache files

appflowy %!s(int64=2) %!d(string=hai) anos
pai
achega
706893f6fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/scripts/makefile/tool.toml

+ 1 - 1
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" }