From e612fbe905cf0eacf7e34dbd72d8be98ce5d4eb7 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 8 Jun 2021 09:09:56 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.json') 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", -- cgit v1.2.3