Skip to content

Commit 34c9103

Browse files
gabrieldonadelcipolleschi
authored andcommitted
Add shared-testutil folder to NPM files to be published (#45936)
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
1 parent 82ddf5d commit 34c9103

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/react-native-gradle-plugin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"README.md",
3333
"react-native-gradle-plugin",
3434
"settings-plugin",
35-
"shared"
35+
"shared",
36+
"shared-testutil"
3637
]
3738
}

0 commit comments

Comments
 (0)