Show up local packages with sb info

closes #7621
This commit is contained in:
jamesgeorge007 2019-08-02 14:40:33 +05:30
parent 4794b217f8
commit 42e7c34e72

View File

@ -43,6 +43,7 @@ if (process.argv[1].includes('getstorybook')) {
System: ['OS', 'CPU'],
Binaries: ['Node', 'Yarn', 'npm'],
Browsers: ['Chrome', 'Edge', 'Firefox', 'Safari'],
npmPackages: '@storybook/*',
npmGlobalPackages: '@storybook/*',
})
.then(logger.log);