Merge branch 'setup-mirajejs-storybook' into 'master'
Set up MirajeJS in Storybook See merge request gitlab-org/gitlab!70055
Showing
... | ... | @@ -40,7 +40,7 @@ |
"postinstall": "node ./scripts/frontend/postinstall.js", | ||
"storybook:install": "yarn --cwd ./storybook install", | ||
"storybook:build": "yarn --cwd ./storybook build", | ||
"storybook:start": "yarn --cwd ./storybook start", | ||
"storybook:start": "./scripts/frontend/start_storybook.sh", | ||
"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", | ||
... | ... |
Please register or sign in to comment