Skip to content

Commit

Permalink
Merge pull request #531 from DataDog/louiszawadzki/make-gradle-source…
Browse files Browse the repository at this point in the history
…maps-script-free-from-yarn

Make gradle sourcemaps script free from yarn
  • Loading branch information
louiszawadzki authored Sep 19, 2023
2 parents 6655f6d + 352e7c8 commit 4cb4fa9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/datadog-sourcemaps.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ afterEvaluate {

def execCommand = { jsBundleFile ->
return [
"yarn",
"datadog-ci",
"$reactConfig.root/node_modules/.bin/datadog-ci",
"react-native",
"upload",
"--platform",
Expand Down

0 comments on commit 4cb4fa9

Please sign in to comment.