mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 09:51:06 +08:00
fix type errors on automigrate check
step
This commit is contained in:
parent
90b88da8d2
commit
6402ced34a
@ -3,7 +3,7 @@ import type { JsPackageManager } from '../js-package-manager';
|
||||
export interface CheckOptions {
|
||||
packageManager: JsPackageManager;
|
||||
rendererPackage?: string;
|
||||
configDir: string;
|
||||
configDir?: string;
|
||||
}
|
||||
|
||||
export interface RunOptions<ResultType> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user