Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: add @storybook/bench #21199

Merged
merged 2 commits into from
Feb 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
cd bench/cra-default-ts
rm -rf node_modules
mkdir node_modules
npx -p @storybook/bench@next sb-bench 'yarn install' --label cra
../../code/node_modules/.bin/sb-bench 'yarn install' --label cra
- report-workflow-on-failure
- run:
name: prep artifacts
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
cd bench/react-vite-default-ts
rm -rf node_modules
mkdir node_modules
npx -p @storybook/bench@next sb-bench 'yarn install' --label react-vite
../../code/node_modules/.bin/sb-bench 'yarn install' --label react-vite
- report-workflow-on-failure
- run:
name: prep artifacts
Expand Down
3 changes: 3 additions & 0 deletions code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,13 @@
"defaults"
],
"resolutions": {
"@playwright/test": "1.30.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/experimental-utils": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"esbuild": "^0.16.4",
"eslint": "^8.28.0",
"playwright": "1.30.0",
"serialize-javascript": "^3.1.0"
},
"dependencies": {
Expand Down Expand Up @@ -119,6 +121,7 @@
"@storybook/angular": "workspace:*",
"@storybook/api": "workspace:*",
"@storybook/babel-plugin-require-context-hook": "1.0.1",
"@storybook/bench": "next",
"@storybook/blocks": "workspace:*",
"@storybook/builder-manager": "workspace:*",
"@storybook/builder-vite": "workspace:*",
Expand Down
Loading