Skip to content

Commit bb9bbc7

Browse files
authored
Update src/commands/lightning/dev/component.ts
1 parent 5c4b6f4 commit bb9bbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/lightning/dev/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default class LightningDevComponent extends SfCommand<void> {
4343
}),
4444
// TODO should this be required or optional?
4545
// We don't technically need this if your components are simple / don't need any data from your org
46-
'target-org': Flags.requiredOrg(),
46+
'target-org': Flags.optionalOrg(),
4747
};
4848

4949
public async run(): Promise<void> {

0 commit comments

Comments
 (0)