Skip to content

Commit e6469de

Browse files
committed
fix: Require selecting at least one store during init command
1 parent 87d8961 commit e6469de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export async function init(config: InlineConfig) {
2525
{ value: 'firefox', label: 'Firefox Addon Store' },
2626
{ value: 'edge', label: 'Edge Addon Store' },
2727
],
28-
required: false,
28+
required: true,
2929
},
3030
);
3131

0 commit comments

Comments
 (0)