chore(build): add googleplay APK/AAB build scripts
build:googleplay / cap:googleplay / apk:googleplay mirror the bazaar/myket flavors for the Google Play (NEXT_PUBLIC_STORE=googleplay) appeal build. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+4
-1
@@ -10,15 +10,18 @@
|
||||
"build:web": "cross-env NEXT_PUBLIC_STORE=web next build",
|
||||
"build:bazaar": "cross-env NEXT_PUBLIC_STORE=bazaar next build",
|
||||
"build:myket": "cross-env NEXT_PUBLIC_STORE=myket next build",
|
||||
"build:googleplay": "cross-env NEXT_PUBLIC_STORE=googleplay next build",
|
||||
"cap:sync": "next build && npx cap sync android",
|
||||
"cap:bazaar": "npm run build:bazaar && npx cap sync android",
|
||||
"cap:myket": "npm run build:myket && npx cap sync android",
|
||||
"cap:googleplay": "npm run build:googleplay && npx cap sync android",
|
||||
"android:open": "npx cap open android",
|
||||
"android:apk": "npm run cap:sync && cd android && gradlew.bat assembleDebug",
|
||||
"aab:bazaar": "npm run cap:bazaar && cd android && gradlew.bat bundleRelease",
|
||||
"aab:myket": "npm run cap:myket && cd android && gradlew.bat bundleRelease",
|
||||
"apk:bazaar": "npm run cap:bazaar && cd android && gradlew.bat assembleRelease",
|
||||
"apk:myket": "npm run cap:myket && cd android && gradlew.bat assembleRelease"
|
||||
"apk:myket": "npm run cap:myket && cd android && gradlew.bat assembleRelease",
|
||||
"apk:googleplay": "npm run cap:googleplay && cd android && gradlew.bat assembleRelease"
|
||||
},
|
||||
"dependencies": {
|
||||
"@capacitor/app": "^8.1.0",
|
||||
|
||||
Reference in New Issue
Block a user