File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 "simulator" : true
1515 }
1616 },
17- "development: device" : {
17+ "development- device" : {
1818 "extends" : " development" ,
1919 "distribution" : " internal" ,
2020 "ios" : {
2828 "ios" : { "simulator" : true },
2929 "android" : { "buildType" : " apk" }
3030 },
31- "preview: device" : {
31+ "preview- device" : {
3232 "extends" : " preview" ,
3333 "ios" : { "simulator" : false }
3434 },
Original file line number Diff line number Diff line change 2222 "test:maestro" : " maestro test -e MAESTRO_APP_ID=com.helloworld .maestro/flows" ,
2323 "adb" : " adb reverse tcp:9090 tcp:9090 && adb reverse tcp:3000 tcp:3000 && adb reverse tcp:9001 tcp:9001 && adb reverse tcp:8081 tcp:8081" ,
2424 "build:ios:sim" : " eas build --profile development --platform ios --local" ,
25- "build:ios:device" : " eas build --profile development: device --platform ios --local" ,
25+ "build:ios:device" : " eas build --profile development- device --platform ios --local" ,
2626 "build:ios:preview" : " eas build --profile preview --platform ios --local" ,
2727 "build:ios:prod" : " eas build --profile production --platform ios --local" ,
2828 "build:android:sim" : " eas build --profile development --platform android --local" ,
29- "build:android:device" : " eas build --profile development: device --platform android --local" ,
29+ "build:android:device" : " eas build --profile development- device --platform android --local" ,
3030 "build:android:preview" : " eas build --profile preview --platform android --local" ,
3131 "build:android:prod" : " eas build --profile production --platform android --local"
3232 },
You can’t perform that action at this time.
0 commit comments