mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Merge pull request #579 from AppFlowy-IO/feat/grid_task_runner
This commit is contained in:
@ -11,6 +11,7 @@ static RUST_TYPE_MAP: phf::Map<&'static str, &'static str> = phf_map! {
|
||||
"i32" => "int32",
|
||||
"u64" => "uint64",
|
||||
"u32" => "uint32",
|
||||
"u8" => "uint8",
|
||||
"Vec" => "repeated",
|
||||
"f64" => "double",
|
||||
"HashMap" => "map",
|
||||
|
@ -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" }
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user