Merge branch 'vue_shared-storybook' into 'master'
Add Storybook for Vue components See merge request gitlab-org/gitlab!55454
Showing
... | ... | @@ -40,6 +40,8 @@ |
"markdownlint:no-trailing-spaces": "markdownlint --config doc/.markdownlint/markdownlint-no-trailing-spaces.yml", | ||
"markdownlint:no-trailing-spaces:fix": "yarn run markdownlint:no-trailing-spaces --fix", | ||
"postinstall": "node ./scripts/frontend/postinstall.js", | ||
"storybook:install": "yarn --cwd ./storybook install", | ||
"storybook:start": "yarn --cwd ./storybook start", | ||
"stylelint-create-utility-map": "node scripts/frontend/stylelint/stylelint-utility-map.js", | ||
"webpack": "NODE_OPTIONS=\"--max-old-space-size=3584\" webpack --config config/webpack.config.js", | ||
"webpack-vendor": "NODE_OPTIONS=\"--max-old-space-size=3584\" webpack --config config/webpack.vendor.config.js", | ||
... | ... |
storybook/.gitignore
0 → 100644
storybook/config/main.js
0 → 100644
storybook/config/preview.js
0 → 100644
storybook/package.json
0 → 100644
storybook/yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment