mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 22:11:47 +08:00
All this variables were used to check if user was running Yarn and do this accordingly. Now we use the factory to get the "right" version of JsPackageManager instance so there is no need to worry anywhere about that.
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
export type NpmOptions = {
|
|
skipInstall?: boolean;
|
|
installAsDevDependencies?: boolean;
|
|
};
|