We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c36d5 commit 7c7df38Copy full SHA for 7c7df38
.github/workflows/publish.yml
@@ -42,7 +42,10 @@ jobs:
42
pnpm lint
43
pnpm test
44
- name: Build Landing
45
- run: pnpm -F landing build
+ run: |
46
+ pnpm -F landing build
47
+ pnpm -F components build-storybook
48
+ mv -r ./packages/components/storybook-static ./apps/landing/public/storybook
49
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
50
- name: Upload artifact
51
uses: actions/upload-pages-artifact@v3
apps/landing/.gitignore
@@ -12,6 +12,8 @@ public/search.json
12
!.yarn/releases
13
!.yarn/versions
14
15
+public/storybook
16
+
17
# testing
18
/coverage
19
0 commit comments