Skip to content

Commit

Permalink
Add storybook build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tillywoodfield committed May 8, 2024
1 parent 2e68217 commit 22d9f01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ jobs:
run: npm run lint
- name: Build project
run: npm run build
- name: Build storybook
run: npm run build:storybook

0 comments on commit 22d9f01

Please sign in to comment.