Skip to content

Commit

Permalink
Update chromatic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianCollinsUI committed Sep 30, 2024
1 parent 19722da commit ebd7810
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ jobs:
uses: pnpm/action-setup@v4

- name: Install via pnpm
run: pnpm install --frozen-lockfile

- name: Setup FontAwesome for pnpm
run: echo "FONTAWESOME_NPM_AUTH_TOKEN=${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}" > .npmrc
run: set FONTAWESOME_NPM_AUTH_TOKEN=${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }} && pnpm install --frozen-lockfile

- name: Publish to Chromatic
uses: chromaui/action@latest
Expand Down

0 comments on commit ebd7810

Please sign in to comment.