Skip to content

Commit

Permalink
Add shared-testutil folder to NPM files to be published (#45936)
Browse files Browse the repository at this point in the history
Summary:
React-native 0.75 RC7 gradle sync is currently broken due to the fact that the `shared-testutil` folder is missing from the `react-native/gradle-plugin` npm package

## Changelog:

[INTERNAL] [ADDED] - Add shared-testutil folder to NPM files to be published

Pull Request resolved: #45936

Test Plan: N/A

Reviewed By: cipolleschi

Differential Revision: D60969631

Pulled By: cortinico

fbshipit-source-id: 850edfe0cf6b0e8174a1df9ea962d207d2ce0112
  • Loading branch information
gabrieldonadel authored and cipolleschi committed Aug 14, 2024
1 parent 82ddf5d commit 34c9103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-native-gradle-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"README.md",
"react-native-gradle-plugin",
"settings-plugin",
"shared"
"shared",
"shared-testutil"
]
}

0 comments on commit 34c9103

Please sign in to comment.