This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
Merge branch 'master' into workflows/chromatic-workflow #87
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Publish Storybooks builds on Chromatic | |
name: "Chromatic monday-ui-react-core" | |
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 |