feat(storybook): preview app (#3765)

(cherry picked from commit 67b33d9b8f)
This commit is contained in:
Alex Yang
2023-08-15 15:34:02 -05:00
parent dbbd83dd1e
commit 3ec108b60c
15 changed files with 179 additions and 76 deletions
+7 -4
View File
@@ -147,10 +147,13 @@ jobs:
uses: ./.github/actions/setup-node
with:
electron-install: false
- run: yarn chromatic
working-directory: apps/storybook
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
workingDir: apps/storybook
buildScriptName: build
onlyStoryNames: Preview/Core
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
build-core:
name: Build @affine/core