Skip to content

Commit

Permalink
Have copyJSBundle be depended on so it gets executed
Browse files Browse the repository at this point in the history
  • Loading branch information
hypest committed Apr 8, 2020
1 parent 187dfc4 commit 5906d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-gutenberg-bridge/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ if (isJitPack) {
cleanupNodeModulesFolder.dependsOn(backupHermesDebugAAR)
backupHermesDebugAAR.dependsOn(backupHermesReleaseAAR)
backupHermesReleaseAAR.dependsOn(copyJSBytecode)
copyJSBytecode.dependsOn(buildJSBundle)
copyJSBytecode.dependsOn(copyJSBundle)
copyJSBundle.dependsOn(buildJSBundle)
buildJSBundle.dependsOn(yarn_install, ensureAssetsDirectory)
}
Expand Down

0 comments on commit 5906d24

Please sign in to comment.