diff --git a/lib/fastlane/plugin/appcenter/actions/appcenter_codepush_release_react.rb b/lib/fastlane/plugin/appcenter/actions/appcenter_codepush_release_react.rb index 4acf861..88e842f 100644 --- a/lib/fastlane/plugin/appcenter/actions/appcenter_codepush_release_react.rb +++ b/lib/fastlane/plugin/appcenter/actions/appcenter_codepush_release_react.rb @@ -37,7 +37,7 @@ def self.run(params) base_executable = "appcenter " if use_local_appcenter_cli - base_executable = "npm exec " + base_executable + base_executable = "npm exec -- " + base_executable end command = base_executable + "codepush release-react --token #{token} --app #{owner}/#{app} --deployment-name #{deployment} --development #{dev} "