Skip to content

Commit

Permalink
make withServerSideContext required for standard project config con…
Browse files Browse the repository at this point in the history
…text
  • Loading branch information
szdziedzic committed Oct 25, 2024
1 parent 12a2893 commit 69858a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eas-cli/src/commandUtils/EasCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ export default abstract class EasCommand extends Command {
// to resolve dynamic config (if dynamic config context is used) and enable getServerSideEnvironmentVariablesAsync function (if server side environment variables context is used)
withServerSideEnvironment,
}: C extends
| GetContextType<typeof EasCommand.ContextOptions.ProjectConfig>
| GetContextType<typeof EasCommand.ContextOptions.DynamicProjectConfig>
| GetContextType<typeof EasCommand.ContextOptions.OptionalProjectConfig>
| GetContextType<typeof EasCommand.ContextOptions.ServerSideEnvironmentVariables>
Expand Down

0 comments on commit 69858a4

Please sign in to comment.