Open
Description
Describe the bug
Hi team, thanks for your great efforts for building and maintaining this amazing library for years!
Currently one of our product is using test runner to run interaction tests locally. However, after my local machine os upgraded to 15.x, the test runner no longer working. The reason why im sure is about the os version because i verified both both CI and machine + older os version, they both work well.
There are a few things abnormal i noticed in my local
npx storybook -build
takes crazy cpu consumption. Im using M2 chip but it might take 600%+ when running this command.( normally just 100%-200%- error message returned when im running the test:


To Reproduce
System
System:
OS: macOS 15.1.1
CPU: (8) arm64 Apple M2
Binaries:
Node: 20.10.0 - ~/.nvm/versions/node/v20.10.0/bin/node
Yarn: 1.22.22 - /opt/homebrew/bin/yarn
npm: 6.14.11 - ~/Desktop/coral/node_modules/.bin/npm
Browsers:
Chrome: 131.0.6778.140
Safari: 18.1.1
npmPackages:
@storybook/addon-coverage: ^0.0.9 => 0.0.9
@storybook/addon-essentials: ^7.4.2 => 7.4.2
@storybook/addon-interactions: ^7.4.2 => 7.4.2
@storybook/addon-styling: ^1.3.7 => 1.3.7
@storybook/jest: ^0.2.2 => 0.2.2
@storybook/nextjs: ^7.4.2 => 7.4.2
@storybook/react: ^7.4.2 => 7.4.2
@storybook/testing-library: ^0.2.1 => 0.2.1
Additional context
No response