Skip to content

chore(deps): πŸ”— bump packages #112

chore(deps): πŸ”— bump packages

chore(deps): πŸ”— bump packages #112

Workflow file for this run

# Workflow name
name: "Chromatic"
# Event for the workflow
on:
push:
branches:
- main
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
with:
fetch-depth: 0 # Required to retrieve git history
- uses: pnpm/action-setup@master
- name: Install dependencies
run: pnpm install
- name: Build UI
run: pnpm --filter "@doss/ui" build
- name: Publish to Chromatic
uses: chromaui/action@main
with:
# ? https://www.chromatic.com/docs/github-actions/
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: packages/ui
buildScriptName: build