From c753fd0bf4a5cc09f69941daef0f6fe99d61f20e Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 30 Sep 2021 18:11:31 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 5f2c72beea2..6dee235a575 100644 --- a/package.json +++ b/package.json @@ -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", -- cgit v1.2.3