mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore(storybook): set 9090 as default storybook port
This commit is contained in:
parent
ecc67211fc
commit
b7e00f0d01
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ This project uses Storybook for UI development and "live" documentation.
|
|||
Run the following command to start the Storybook:
|
||||
|
||||
```bash
|
||||
yarn start -p 9090
|
||||
yarn start
|
||||
```
|
||||
|
||||
#### Component Format
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"main": "lib/index.js",
|
||||
"module": "lib/index.mjs",
|
||||
"scripts": {
|
||||
"start": "start-storybook",
|
||||
"start": "start-storybook -p 9090",
|
||||
"build": "rollup -c",
|
||||
"build:storybook": "build-storybook -o docs",
|
||||
"test": "jest --coverage",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue