فهرست منبع

feat: update macOS dev install command

appflowy 3 سال پیش
والد
کامیت
afa629a2b4
1فایلهای تغییر یافته به همراه6 افزوده شده و 8 حذف شده
  1. 6 8
      frontend/Makefile

+ 6 - 8
frontend/Makefile

@@ -1,12 +1,10 @@
-.PHONY: flowy_dev install_cargo_make
+.PHONY: flowy_dev_install
 
 
-flowy_dev: install_cargo_make
+flowy_dev_install:
+	brew bundle
+	rustup-init -y --default-toolchain=stable
+	cargo install --force cargo-make
+	cargo install --force duckscript_cli
 	cargo make flowy_dev
 	cargo make flowy_dev
 
 
-install_cargo_make:
-	cargo install --force cargo-make
-	brew bundle
 
 
-install_rust:
-	brew bundle
-	rustup-init -y --default-toolchain=stable