Skip to content

Commit

Permalink
Fix command flags
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrocapra committed Sep 19, 2023
1 parent f04c92c commit 0d2a81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint",
"prepare": "cd .. && husky install",
"eas-build-pre-install": "npm config set legacy-peer-deps true",
"create-stores-build": "eas build --profile production --platform all --non-interactive --auto-submit",
"create-stores-build": "eas build --profile production --platform all --non-interactive --auto-submit-with-profile test",
"update-stores-build": "eas update --branch production"
},
"dependencies": {
Expand Down

0 comments on commit 0d2a81f

Please sign in to comment.