Skip to content

feat: extract notification generic component #234

feat: extract notification generic component

feat: extract notification generic component #234

Workflow file for this run

name: ⚡ Chromatic Check
on: push
jobs:
publish-chromatic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- name: Build storybook
run: pnpm build-storybook
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
storybookBuildDir: 'dist/storybook/shared-storybook'