Changes in the storybook script in package.json to properly run storybook when in dev setup

Signed-off-by: Tanay <tanayverma98@gmail.com>
This commit is contained in:
Tanay
2024-03-19 01:11:10 +05:30
parent 2c2f705fe1
commit b0f9683d8f
+1 -1
View File
@@ -45,7 +45,7 @@
"start:lighthouse": "concurrently 'yarn start' 'yarn start-backend:next'",
"start:microsite": "cd microsite/ && yarn start",
"start:next": "yarn workspace example-app-next start",
"storybook": "yarn ./storybook run start",
"storybook": "cd storybook && yarn install && yarn start",
"techdocs-cli": "node scripts/techdocs-cli.js",
"techdocs-cli:dev": "cross-env TECHDOCS_CLI_DEV_MODE=true node scripts/techdocs-cli.js",
"test": "backstage-cli repo test",