Skip to content

fix: auth card rendering #262

fix: auth card rendering

fix: auth card rendering #262

Workflow file for this run

name: "Chromatic"
on:
push:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "16"
- name: Lerna initialize
run: npm run initialize
- name: Lerna build
run: npm run build:clean
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}