Skip to content

Commit

Permalink
CLI: Fix storybook-deployer upgrade warning
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Nov 27, 2020
1 parent 1867db5 commit 435410a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cli/src/upgrade.ts
Expand Up @@ -30,6 +30,7 @@ const excludeList = [
'@storybook/addon-bench',
'@storybook/addon-console',
'@storybook/csf',
'@storybook/storybook-deployer',
];
export const isCorePackage = (pkg: string) =>
pkg.startsWith('@storybook/') &&
Expand Down

0 comments on commit 435410a

Please sign in to comment.