Skip to content

Commit

Permalink
Merge pull request #1484 from OlkaB/chore/storybook-script
Browse files Browse the repository at this point in the history
chore: add storybook serve script to run it from root folder
  • Loading branch information
davidnixon committed Jul 30, 2023
2 parents 1a6d520 + 100968c commit c55fe31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,10 @@ yarn install
cd storybook
yarn serve
```

or

```
yarn install
yarn serve:storybook
```
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"lint:css": "stylelint '{packages,storybook}/**/*.{vue,scss}'",
"lint:es": "eslint src/**/*.{js,vue}",
"lint:style": "vue-cli-service lint:style",
"serve:storybook": "cd ./storybook && yarn run serve",
"test": "vue-cli-service test:unit --no-coverage",
"a11test": "node -v"
},
Expand Down

0 comments on commit c55fe31

Please sign in to comment.