Skip to content

Commit

Permalink
Fix scheme passed to yarn postios
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerrard-pass committed Jan 13, 2025
1 parent 8f156e9 commit a6a439b
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 @@ -35,7 +35,7 @@
"generate:api:client": "SWAGGER_CODEGEN_CLI_VERSION=3.0.32 ./scripts/generate_api_client.sh",
"generate:api:client:silicon": "SWAGGER_CODEGEN_CLI_VERSION=3.0.32 ./scripts/generate_api_client_silicon.sh",
"preios": "./scripts/check_xcode_version.sh",
"ios": "yarn preios && react-native run-ios && yarn postios",
"ios": "yarn preios && react-native run-ios \"$@\" && yarn postios",
"postios": "./scripts/add_certificate_to_ios_simulator.sh",
"ios:prod": "yarn ios --scheme PassCulture-Production",
"ios:staging": "yarn ios --scheme PassCulture-Staging",
Expand Down

0 comments on commit a6a439b

Please sign in to comment.