Skip to content

Commit

Permalink
fix: Invalid build environment for the docs (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz committed Oct 5, 2023
1 parent 5e9e788 commit ab0e86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/internal/cli/src/commands/docs/build.ts
Expand Up @@ -18,7 +18,7 @@ export default class DocsBuild extends BaseCommand<typeof DocsBuild> {
if (envStage !== ENV_STAGE_LOCAL) {
await assertChamberInstalled();
await loadChamberEnv(this, {
serviceName: `env-${projectEnvName}-webapp`,
serviceName: `env-${projectEnvName}-docs`,
});
}

Expand Down

0 comments on commit ab0e86f

Please sign in to comment.