Skip to content

Commit ff56ed0

Browse files
committed
1.5.03.1
1 parent 5543445 commit ff56ed0

File tree

4 files changed

+85
-80
lines changed

4 files changed

+85
-80
lines changed

Makefile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ build-and-publish:
5252
@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."
5353
@read
5454

55-
@echo "Lint"
56-
@$(MAKE) lint
55+
# @echo "Check"
56+
# @$(MAKE) check
5757

58+
@$(MAKE) clean
5859
@$(MAKE) baseline-profile
5960

6061
@echo "Pushing latest changes";git add .;git commit -m "${VERSION}";git push
@@ -64,8 +65,8 @@ build-and-publish:
6465
@$(MAKE) build-apk
6566
@$(MAKE) create-gh-release
6667

67-
@$(MAKE) build-aab
68-
@$(MAKE) publish-bundle
68+
# @$(MAKE) build-aab
69+
# @$(MAKE) publish-bundle
6970

7071
publish-bundle:
7172
@echo "Publish Bundle"

0 commit comments

Comments
 (0)