chore(storybook): set 9090 as default storybook port

This commit is contained in:
Eric Liu 2019-12-31 14:45:53 -08:00
commit b7e00f0d01
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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",