Generate dynamic storybook stories at build time

This commit is contained in:
Gabe Kangas 2023-01-26 14:18:07 -08:00
parent 41435e2d7e
commit 415e5773bb
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -20,6 +20,9 @@ jobs:
run: | # Install npm packages and build the Storybook files
cd web
npm install --include-dev --force
cd .storybook/tools
./generate-stories.sh
cd -
npm run build-storybook -- -o ../docs/components
- name: Dispatch event to web site