We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34b9281 + 485d0d7 commit 4b6fe2aCopy full SHA for 4b6fe2a
fastlane/lib/sourcemaps.rb
@@ -31,7 +31,7 @@ def generate_sourcemap
31
args = sourcemap_args
32
33
cmd = [
34
- 'npx react-native bundle',
+ 'yarn react-native bundle',
35
'--dev false',
36
"--platform '#{args[:platform]}'",
37
"--entry-file '#{args[:entry_file]}'",
@@ -59,7 +59,7 @@ def upload_sourcemap_to_sentry
59
60
61
62
- 'npx @sentry/cli',
+ 'yarn sentry-cli',
63
'releases',
64
'files',
65
"#{bundle_identifier}-#{current_bundle_version}",
0 commit comments