Skip to content

Commit

Permalink
Merge pull request #17 from baekteun/16-makefile-script-4x-version-su…
Browse files Browse the repository at this point in the history
…pport

🔀 :: [#16] Makefile 스크립트 4.x 버전대로 이동
  • Loading branch information
baekteun authored Apr 19, 2024
2 parents d5676db + 1510a04 commit 61b1be4
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 61b1be4

Please sign in to comment.