Skip to content

Commit

Permalink
chore(ci): Trying installing storybook/cli globally
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Nov 29, 2024
1 parent 027b5dc commit ae8bb6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Build icons
run: pnpm build:icons
- name: Install storybook/cli in root
run: pnpm add -w @storybook/cli
- name: Package application
run: pnpm dist
- name: Deploy to Netlify
Expand Down
2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ packages:
- "src/tools/*"
- "src/website"
hoist:
- "@storybook/addon-cssresources"
- "@storybook/*"
- "react-snap"

0 comments on commit ae8bb6b

Please sign in to comment.