stoplightio/scripts

View on GitHub
templates/pkgs/storybook.json

Summary

Maintainability
Test Coverage
{
  "scripts": {
    "build.docs": "build-storybook -c .storybook -o docs-auto",
    "storybook": "start-storybook -p 9001"
  },
  "devDependencies": {
    "@stoplight/storybook-config": "1.x.x"
  }
}