Skip to content

Commit

Permalink
Update pixeleye.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfieJones committed Feb 22, 2024
1 parent eebc475 commit 3f48460
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pixeleye.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'pnpm'
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: capture
run: npx lerna run storybook --scope=@theme-toggles/core
- name: Capture stories with Pixeleye
run: pnpm pixeleye storybook
run: npx lerna run storybook --scope=@theme-toggles/core & pnpm pixeleye storybook

0 comments on commit 3f48460

Please sign in to comment.