You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -70,11 +70,11 @@ publish:
70
70
@echo -e "Retrieved Version: ${VERSION}\n\n Hit enter if you have\n 1. Incremented the version\n 2. Updated the release notes\n\n Otherwise cancel target now."
71
71
@read
72
72
73
-
@echo "Check"
74
-
@./gradlew check
73
+
# @echo "Check"
74
+
# @./gradlew check
75
75
76
+
@$(MAKE) baseline-profile
76
77
@$(MAKE) clean # Required as 'publishBundle' publishes all .aab's in archive dir
0 commit comments