Revert "Merge branch 'vue_shared-storybook' into 'master'"
This reverts merge request !55454
Showing
... | @@ -40,8 +40,6 @@ | ... | @@ -40,8 +40,6 @@ |
"markdownlint:no-trailing-spaces": "markdownlint --config doc/.markdownlint/markdownlint-no-trailing-spaces.yml", | "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", | "markdownlint:no-trailing-spaces:fix": "yarn run markdownlint:no-trailing-spaces --fix", | ||
"postinstall": "node ./scripts/frontend/postinstall.js", | "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", | "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": "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", | "webpack-vendor": "NODE_OPTIONS=\"--max-old-space-size=3584\" webpack --config config/webpack.vendor.config.js", | ||
... | ... |
storybook/.gitignore
deleted
100644 → 0
storybook/yarn.lock
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment