Skip to content

chore: create a new package for mobile components #1676

chore: create a new package for mobile components

chore: create a new package for mobile components #1676

Workflow file for this run

name: Chromatic
on:
push:
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/previous
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: "./packages/previous/.nvmrc"
- name: Install dependencies
run: yarn
- name: Build Storybook
run: yarn build:storybook
- uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
storybookBuildDir: "./packages/previous/storybook-static"