Skip to content

Commit

Permalink
Not bump automatically when build apk
Browse files Browse the repository at this point in the history
prevent bump when testing
  • Loading branch information
letwebdev committed Oct 9, 2023
1 parent bf6043a commit ef309ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build-apk": "npm run sync && npm run build-apk-only",
"fix-path-apk": "sed --in-place 's|/hackernews|.|g' 'android/app/src/main/assets/public/index.html'",
"sync": "npm run build && npm run sync-only",
"build-apk-only": "(npm run bump && cd android && bash ./gradlew assembleDebug)",
"build-apk-only": "(cd android && bash ./gradlew assembleDebug)",
"sync-only": "cap sync && npm run fix-path-apk",
"push": "npm run build && git add -A && git commit && git push",
"bump": "bash ./scripts/bumpVersionNumber.sh"
Expand Down

0 comments on commit ef309ad

Please sign in to comment.