Skip to content

Commit

Permalink
simplify xcodebuild command
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmaeuer committed Jul 21, 2022
1 parent cb1c8b6 commit 2c2b450
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 @@ -32,7 +32,7 @@
"prepublish": "tsc -p tsconfig.json",
"start": "tsc -p tsconfig.json -w",
"build:all": "yarn build:ios && yarn build:android",
"build:ios": "cd ./ios && pod install && xcrun xcodebuild -workspace MusicControl.xcworkspace -scheme MusicControl -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13,OS=15.5' build",
"build:ios": "cd ./ios && pod install && xcodebuild -workspace MusicControl.xcworkspace -scheme MusicControl -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13,OS=15.5'",
"build:android": "cd ./android && ./gradlew assembleDebug",
"test": "yarn build:all",
"semantic-release:ci": "semantic-release --no-ci",
Expand Down

0 comments on commit 2c2b450

Please sign in to comment.