Skip to content

feat: add elements v1 packages #434

feat: add elements v1 packages

feat: add elements v1 packages #434

Workflow file for this run

name: "Chromatic"
on:
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "20"
- 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 }}