mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: remove shared-lib cache files
This commit is contained in:
parent
c8d78f58f5
commit
706893f6fa
@ -36,7 +36,7 @@ run_task = { name = "remove_files_with_pattern" }
|
|||||||
|
|
||||||
[tasks.rm_shared_lib_generated_protobuf_files]
|
[tasks.rm_shared_lib_generated_protobuf_files]
|
||||||
private = true
|
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" }
|
run_task = { name = "remove_files_with_pattern" }
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user