Skip to content

Commit

Permalink
fixed intall command
Browse files Browse the repository at this point in the history
  • Loading branch information
Oba-One committed Nov 18, 2024
1 parent b6e474e commit 1864602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
node-version: 23
# Install dependencies with pnpm
- uses: pnpm/action-setup@v4
run_install: true
with:
run_install: true

#👇 Adds Chromatic as a step in the workflow
- uses: chromaui/action@v1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:

# Install dependencies with pnpm
- uses: pnpm/action-setup@v4
run_install: true
with:
run_install: true

# Publish to GitHub Package Registry (prepublish script will run automatically)
- name: Publish to GitHub Package Registry
Expand Down

0 comments on commit 1864602

Please sign in to comment.