Skip to content

Commit d9f1abb

Browse files
committed
chore: undo scripts changes
1 parent a3f3a76 commit d9f1abb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/build-announce/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,4 @@ export interface EnvValidationResult {
8383
buildName: string;
8484
extractedValues: Record<string, string | undefined>;
8585
}
86+

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ generateIosBinary() {
546546
echo "Binary build type: Simulator"
547547
xcodebuild -workspace MetaMask.xcworkspace -scheme $scheme -configuration $configuration -sdk iphonesimulator -derivedDataPath build
548548
fi
549-
549+
550550
if [ "$IS_DEVICE_BUILD" = "true" ] || [ -z "$IS_SIM_BUILD" ]; then
551551
echo "Binary build type: Device"
552552

0 commit comments

Comments
 (0)