Skip to content

Commit a3f9741

Browse files
committed
type: fix printInstructions type error.
1 parent 0b334ab commit a3f9741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ export type PrintInstructionsOption = ReturnType<typeof getDocsData> & StartArgs
2727

2828
export interface StartArgs extends BuildArgs {
2929
docs?: string;
30-
printInstructions: (option: PrintInstructionsOption) => void;
30+
printInstructions?: (option: PrintInstructionsOption) => void;
3131
}
3232
export interface TestArgs extends ParsedArgs {}

0 commit comments

Comments
 (0)