docs: add storybook command to contributing guide (#42105)

This commit is contained in:
Huyen Nguyen
2021-05-12 18:24:40 +07:00
committed by GitHub
parent 0d483049f0
commit 64b081d3d2
2 changed files with 7 additions and 5 deletions

View File

@ -34,6 +34,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"storybook:theming": "npm run storybook --no-manager-cache",
"build-storybook": "build-storybook"
}
}