mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-18 02:22:46 -05:00
fix: start command for storybook (#5137)
This commit is contained in:
parent
d82d07405a
commit
c166a12b8b
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
|||
"ts:ref": "update-ts-references --discardComments",
|
||||
"website": "pnpm --filter ...@verdaccio/website build",
|
||||
"ui:storybook:build": "pnpm --filter ...@verdaccio/ui-components build-storybook",
|
||||
"ui:storybook": "pnpm --filter ...@verdaccio/ui-components storybook",
|
||||
"ui:storybook": "pnpm --filter ...@verdaccio/ui-components start",
|
||||
"translations": "local-crowdin-api translations",
|
||||
"crowdin:upload": "crowdin upload sources --auto-update --config ./crowdin.yaml",
|
||||
"crowdin:download": "crowdin download --verbose --config ./crowdin.yaml",
|
||||
|
|
Loading…
Add table
Reference in a new issue