diff --git a/.github/workflows/component-library-build.yml b/.github/workflows/component-library-build.yml index e6caad8..aa9bf8a 100644 --- a/.github/workflows/component-library-build.yml +++ b/.github/workflows/component-library-build.yml @@ -25,7 +25,7 @@ jobs: version: 7 - uses: bitovi/github-actions-storybook-to-github-pages@v1.0.1 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 diff --git a/package.json b/package.json index 9001d17..e7027b6 100644 --- a/package.json +++ b/package.json @@ -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": [