Skip to content

Commit

Permalink
fix: build-storybook layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Sep 2, 2022
1 parent d418221 commit fe695b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
name: storybooks
path: |
packages/fuselage/storybook-static
packages/layout/storybook-static
packages/fuselage-ui-kit/storybook-static
packages/onboarding-ui/storybook-static
packages/uikit-playground/build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-pr-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
name: storybooks
path: |
fuselage/storybook-static
layout/storybook-static
uikit-playground/build
fuselage-ui-kit/storybook-static
onboarding-ui/storybook-static
Expand Down
4 changes: 2 additions & 2 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"lint-staged": "lint-staged",
"test": "jest --runInBand",
"bump-next": "bump-next",
"docs": "typedoc",
"storybook": "start-storybook -p 6006"
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o ../../static/layout"
},
"peerDependencies": {
"@rocket.chat/fuselage": "*",
Expand Down

0 comments on commit fe695b1

Please sign in to comment.