Skip to content

Commit

Permalink
update codepush script
Browse files Browse the repository at this point in the history
  • Loading branch information
gkasdorf committed Jul 17, 2023
1 parent 1bb389c commit dabf3f1
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 @@ -19,7 +19,7 @@
"buildAndSubmit": "rm -rf build.ipa && eas build -p ios --profile production --output build.ipa --local --non-interactive && eas submit -p ios --path build.ipa --non-interactive",
"buildAndSubmitAll": "yarn run buildProd && yarn run buildProdAnd && eas submit -p ios --path build.iap && eas submit -p android build.aab",
"generate-license": "license-report --only=prod,dev,peer --fields=name --fields=licenseType --fields=link --fields=installedVersion --fields=author --output=html > assets/license.html",
"release": "appcenter codepush release-react --app gavink/Memmy -t 0.3",
"release": "appcenter codepush release-react --app gavink/Memmy -t 0.4",
"release-staging": "appcenter codepush release-react --app gavink/Memmy -t 10.10.11",
"promote": "appcenter codepush promote -d Production -s Staging --app gavink/memmy"
},
Expand Down

0 comments on commit dabf3f1

Please sign in to comment.