File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 477477 "title" : " Toggle Network View" ,
478478 "category" : " React Native" ,
479479 "enablement" : " !config.security.workspace.trust.enabled || isWorkspaceTrusted"
480+ },
481+ {
482+ "command" : " reactNative.runEasBuild" ,
483+ "title" : " Run EAS Build" ,
484+ "category" : " React Native" ,
485+ "enablement" : " !config.security.workspace.trust.enabled || isWorkspaceTrusted"
480486 }
481487 ],
482488 "menus" : {
Original file line number Diff line number Diff line change @@ -425,4 +425,5 @@ export const ERROR_STRINGS = {
425425 [ InternalErrorCode . FailedToKillPort ] : "Failed to kill port" ,
426426 [ InternalErrorCode . FaiedToSetNewArch ] : "Failed to set New Architecture" ,
427427 [ InternalErrorCode . FailedToToggleNetworkView ] : "Failed to config network view" ,
428+ [ InternalErrorCode . FailedToRunEasBuild ] : "Failed to run eas build" ,
428429} ;
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ export enum InternalErrorCode {
3838 FailedToKillPort = 133 ,
3939 FaiedToSetNewArch = 134 ,
4040 FailedToToggleNetworkView = 135 ,
41+ FailedToRunEasBuild = 136 ,
4142
4243 // Device Deployer errors
4344 IOSDeployNotFound = 201 ,
Original file line number Diff line number Diff line change @@ -37,3 +37,4 @@ export * from "./openExpoUpgradeHelper";
3737export * from "./killPort" ;
3838export * from "./setNewArch" ;
3939export * from "./networkView" ;
40+ export * from "./runEasBuild" ;
You can’t perform that action at this time.
0 commit comments