Skip to content

Commit

Permalink
Run tuist from the root project folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrocaselani committed May 18, 2019
1 parent 0925142 commit 2b9b4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_platform(:ios)
platform :ios do
before_all do
setup_circle_ci
sh('tuist generate')
sh('cd .. && tuist generate')
pods
end

Expand Down

0 comments on commit 2b9b4f9

Please sign in to comment.