Skip to content

Commit

Permalink
fix failing component-library-build action
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdikhashan committed Nov 21, 2023
1 parent acd526a commit 6fadc4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/component-library-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
version: 7
- uses: bitovi/[email protected]
with:
install_command: npm run ci-build-storybook
install_command: pnpm run --no-frozen-lockfile
build_command: npm run build-storybook
path: storybook-static
checkout: false
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"check-preittifier": "npx prettier . --check",
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"ci-build-storybook": "pnpm install --frozen-lockfile"
"build-storybook": "storybook build"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 6fadc4d

Please sign in to comment.