Skip to content

Update Vite config to support MDX #1430

Update Vite config to support MDX

Update Vite config to support MDX #1430

Workflow file for this run

name: "Chromatic"
on: push
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: yarn install --immutable
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
externals: |
- 'public/**'
onlyChanged: true
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}