Skip to content

Commit e0af803

Browse files
authored
Update run.ts
1 parent 1e9fd5f commit e0af803

File tree

1 file changed

+1
-0
lines changed
  • packages/@angular/cli/commands

1 file changed

+1
-0
lines changed

packages/@angular/cli/commands/run.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { ArchitectCommand } from '../models/architect-command';
33

44
export interface RunOptions {
55
target: string;
6+
configuration?: string;
67
}
78

89
export default class RunCommand extends ArchitectCommand {

0 commit comments

Comments
 (0)