We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b2d52 commit 32b9e61Copy full SHA for 32b9e61
3 files changed
Makefile
@@ -56,7 +56,7 @@ build-and-publish:
56
@./gradlew check
57
58
@$(MAKE) clean # Required as 'publishBundle' publishes all .aab's in specified archive dir
59
- @#$(MAKE) baseline-profile
+ @$(MAKE) baseline-profile
60
61
@echo "Pushing latest changes";git add .; git commit -m "$(VERSION)"; git push;
62
0 commit comments