Skip to content

Commit

Permalink
Merge pull request #19 from sylvainbannier/master
Browse files Browse the repository at this point in the history
fixes #18 : create react app public directory
  • Loading branch information
Muhammed Thanish committed Sep 29, 2016
2 parents 4dc060c + 0b85877 commit cddf9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/REACT_SCRIPTS/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var packageJson = helpers.getPackageJson();

// TODO: Get the latest version of storybook here.
packageJson.devDependencies['@kadira/storybook'] = '^2.5.2';
packageJson.scripts['storybook'] = 'start-storybook -p 9009';
packageJson.scripts['storybook'] = 'start-storybook -p 9009 -s public';
packageJson.scripts['build-storybook'] = 'build-storybook';

helpers.writePackageJson(packageJson);

0 comments on commit cddf9a1

Please sign in to comment.