Skip to content

Bump prettier-plugin-tailwindcss from 0.5.9 to 0.5.12 #184

Bump prettier-plugin-tailwindcss from 0.5.9 to 0.5.12

Bump prettier-plugin-tailwindcss from 0.5.9 to 0.5.12 #184

Workflow file for this run

name: chromatic
on: push
jobs:
chromatic:
environment: elements
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install lib dependencies
working-directory: ./lib
run: npm install
- name: install storybook dependencies
working-directory: ./storybook
run: npm install
- name: publish to chromatic
uses: chromaui/action@latest
with:
workingDir: ./storybook
buildScriptName: build
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
zip: true