Skip to content

Commit

Permalink
fix(cli): disable version updates of storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Aug 2, 2020
1 parent ac8611f commit 0503435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ async function getStorybookConfig (options: StorybookOptions) {
return {
...vueOptions,
packageJson: require('../package.json'),
versionUpdates: false,
rootDir: options.rootDir,
configDir: nuxtStorybookConfig.configDir,
port: process.env.PORT || nuxtStorybookConfig.port || 3003,
Expand Down

0 comments on commit 0503435

Please sign in to comment.