Skip to content

Commit

Permalink
fix(demoing-storybook): default build folder should be storybook-static
Browse files Browse the repository at this point in the history
  • Loading branch information
daKmoR committed Dec 3, 2019
1 parent 5293400 commit 17624a7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -14,7 +14,7 @@ module.exports = function readCommandLineArgs() {
name: 'output-dir',
alias: 'o',
type: String,
defaultValue: path.join(process.cwd(), 'static-storybook'),
defaultValue: path.join(process.cwd(), 'storybook-static'),
description: 'Rollup build output directory',
},
{
Expand Down

0 comments on commit 17624a7

Please sign in to comment.