Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-08 12:09:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-08 12:09:56 +0300
commite612fbe905cf0eacf7e34dbd72d8be98ce5d4eb7 (patch)
treeab64e82813abf51c9fa5f0a8e55a0354151772fb /package.json
parentfe30598cbd0756ba0c6326178f64b68e5ae8a30d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index be916f77664..321df492922 100644
--- a/package.json
+++ b/package.json
@@ -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",