Skip to content

Commit

Permalink
bugfix(storybook): should add @storybook/react-native to devDependenc…
Browse files Browse the repository at this point in the history
…ies (#9364)
  • Loading branch information
xiongemi authored and FrozenPandaz committed Mar 21, 2022
1 parent e43748c commit ae40364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storybook/src/utils/utilities.ts
Expand Up @@ -119,7 +119,7 @@ function determineStorybookWorkspaceVersion(packageJsonContents) {
}
if (packageJsonContents['devDependencies']['@storybook/react-native']) {
workspaceStorybookVersion =
packageJsonContents['dependencies']['@storybook/react-native'];
packageJsonContents['devDependencies']['@storybook/react-native'];
}
}

Expand Down

0 comments on commit ae40364

Please sign in to comment.