From 1ee5a9402b22f686fbfdb950badbf0031f7cfb67 Mon Sep 17 00:00:00 2001 From: appflowy Date: Tue, 23 Nov 2021 16:41:05 +0800 Subject: [PATCH] remove install_protobuf task from the flowy_dev --- frontend/scripts/makefile/env.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/scripts/makefile/env.toml b/frontend/scripts/makefile/env.toml index 5d060231bc..c3ef9be841 100644 --- a/frontend/scripts/makefile/env.toml +++ b/frontend/scripts/makefile/env.toml @@ -1,5 +1,5 @@ [tasks.flowy_dev] -run_task = { name = ["install_prerequests","install_diesel", "install_protobuf"] } +run_task = { name = ["install_prerequests","install_diesel"] } [tasks.install_windows_deps.windows] dependencies=["check_duckscript_installation", "check_visual_studio_installation", "check_vcpkg", "install_vcpkg_sqlite", "install_rust_vcpkg_cli"]