Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Add --exit-zero-on-changes #88

Add --exit-zero-on-changes

Add --exit-zero-on-changes #88

Workflow file for this run

# Publish Storybooks builds on Chromatic
name: "Chromatic"
on: push
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install & build
run: |
yarn install --frozen-lockfile
yarn build
- name: Publish to Chromatic
run: |
lerna run chromatic --since origin/master