Skip to content

Commit

Permalink
♻️ :: [#16] Makefile의 명령어 tuist 4.x 버전대로 마이그레이션
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Apr 19, 2024
1 parent d5676db commit 1510a04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
generate:
tuist fetch
tuist insatll
tuist generate

ci_generate:
tuist fetch
tuist install
TUIST_ENV=CI tuist generate

cd_generate:
tuist fetch
tuist install
TUIST_ENV=CD tuist generate

clean:
Expand Down

0 comments on commit 1510a04

Please sign in to comment.