Skip to content

Commit ed26bde

Browse files
author
REDMOND\acoates
committed
fix
1 parent 74ace56 commit ed26bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ado/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function doPublish() {
5454
exec(`git push origin HEAD:${tempPublishBranch} --follow-tags --verbose`);
5555

5656
// -------- Generating Android Artifacts with JavaDoc
57-
exec('gradlew :installArchives');
57+
exec('gradlew installArchives');
5858

5959
// undo uncommenting javadoc setting
6060
exec('git checkout ReactAndroid/gradle.properties');

0 commit comments

Comments
 (0)