From 26498347344dc1cd3135c287b1199cb232e29907 Mon Sep 17 00:00:00 2001 From: wasabeef Date: Fri, 1 Oct 2021 18:46:12 +0900 Subject: [PATCH] chore: update ci settings --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 5e82a30..2e3dd68 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,6 @@ -.PHONY: setup -setup: - npm install - .PHONY: deps deps: flutter pub get - gem update cocoapods - cd example/ios/ && pod install && cd .. .PHONY: analyze analyze: