Skip to content

Commit

Permalink
Update chromatic scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhons committed Aug 2, 2024
1 parent d6602c7 commit 02d1557
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,5 @@ jobs:
node-version: 18
- name: Install dependencies
run: npm ci --unsafe-perm
- name: Build Storybook
run: npm run storybook:build
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
buildScriptName: storybook:build
- name: Run tests
run: npm run test

0 comments on commit 02d1557

Please sign in to comment.