Skip to content

Commit

Permalink
feat(look&feel): move to client directory - chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-gomez-axa committed Jan 9, 2025
1 parent 454b124 commit 2eb1aad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build css packages
run: npm run build -w slash/css && npm run build -w look-and-feel/css
run: npm run build -w slash/css && npm run build -w client/look-and-feel/css
- uses: chromaui/action@latest
name: Run Chromatic for design-system-slash-react
with:
Expand All @@ -40,13 +40,13 @@ jobs:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN_LOOKANDFEEL_REACT }}
zip: true
buildScriptName: "build:storybook"
workingDir: "look-and-feel/react"
workingDir: "client/look-and-feel/react"
onlyChanged: true
- uses: chromaui/action@latest
name: Run Chromatic for design-system-lookandfeel-css
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN_LOOKANDFEEL_CSS }}
zip: true
buildScriptName: "build:storybook"
workingDir: "look-and-feel/css"
workingDir: "client/look-and-feel/css"
onlyChanged: true

0 comments on commit 2eb1aad

Please sign in to comment.