We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8839437 commit 1854e01Copy full SHA for 1854e01
‎SNUTT/fastlane/Fastfile‎
@@ -170,7 +170,7 @@ platform :ios do
170
# Generate OpenAPI client based on configuration
171
openapi_env = configuration == "Dev" ? "dev" : "prod"
172
UI.message("Generating OpenAPI client for #{openapi_env} environment...")
173
- sh("cd .. && mise exec -- just openapi-#{openapi_env}")
+ sh("cd .. && just openapi-#{openapi_env}")
174
175
# Install dependencies and generate Xcode project using Tuist
176
UI.message("Installing dependencies and generating Xcode project with Tuist...")
0 commit comments