Skip to content

Commit

Permalink
👷 Added missing storybook:lab build in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Oct 17, 2022
1 parent db3007c commit 9948d30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
run: node_modules/.bin/pnpm run build
- name: Build Storybook
run: node_modules/.bin/pnpm build:storybook
- name: Build lab Storybook
run: node_modules/.bin/pnpm build:storybook:lab
publish-icons:
name: Publish icons to npm
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9948d30

Please sign in to comment.