Skip to content

Commit

Permalink
use lowercase commands descriptions (#2907)
Browse files Browse the repository at this point in the history
  • Loading branch information
szdziedzic authored Feb 27, 2025
1 parent 1b713af commit 2790fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eas-cli/src/commands/deploy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ interface DeployInProgressParams {
}

export default class WorkerDeploy extends EasCommand {
static override description = 'Deploy your Expo Router web build and API Routes.';
static override description = 'deploy your Expo Router web build and API Routes';
static override aliases = ['worker:deploy'];
static override usage = [chalk`deploy {dim [options]}`, `deploy --prod`];
static override state = 'preview';
Expand Down

0 comments on commit 2790fd4

Please sign in to comment.