Skip to content

Commit b547a28

Browse files
authored
Merge pull request #2078 from StoDevX/bundle-data-explicit-workingdir
Force gradle to use root package.json
2 parents c206eb3 + ff90b90 commit b547a28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ task copyDownloadableDepsToLibs(type: Copy) {
219219

220220
// Bundles the app's data for the build process
221221
task bundleData(type: Exec) {
222+
workingDir '../../'
222223
commandLine 'npm', 'run', 'bundle-data'
223224
}
224225

0 commit comments

Comments
 (0)