Skip to content

Commit

Permalink
fix(upgrade): dont upgrade nx packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini committed May 5, 2023
1 parent 68c2444 commit 6f99cfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/lib/cli/src/upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ const excludeList = [
'@storybook/test-runner',
'@storybook/testing-library',
'@storybook/testing-react',
'@nrwl/storybook',
'@nx/storybook',
];
export const isCorePackage = (pkg: string) =>
pkg.startsWith('@storybook/') &&
Expand Down

0 comments on commit 6f99cfc

Please sign in to comment.