Skip to content

Commit

Permalink
Merge pull request #13306 from storybookjs/13305-fix-storybook-deploy…
Browse files Browse the repository at this point in the history
…er-warning

CLI: Fix storybook-deployer upgrade warning
  • Loading branch information
shilman committed Nov 27, 2020
2 parents 1867db5 + 435410a commit a3f566a
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 a3f566a

Please sign in to comment.