Skip to content

chore: remove all npm i steps from formatting #1686

chore: remove all npm i steps from formatting

chore: remove all npm i steps from formatting #1686

Workflow file for this run

name: Chromatic PR
on:
push:
branches-ignore:
- renovate/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v5
with:
node-version: "22"
- name: Install dependencies
run: npm ci
- run: npx nx run-many --all -t build-storybook -- --stats-json
- uses: chromaui/action@v11
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN_ELEMENTS_REACT }}
exitOnceUploaded: true
workingDir: packages/elements-react
storybookBuildDir: storybook-static
onlyChanged: true