You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix build failures in CI for yarn run build:packages (#21)
User-Facing Changes
Resolved an issue where the yarn run build:packages command was failing during CI executions.
Description
This pull request addresses three primary issues that were causing the build command to fail:
The layoutStorage was being initialized within both studio-desktop and studio-base packages. This has been corrected to ensure layoutStorage is only used within studio-base package.
Properties shiftKey and metaKey where not recognised in this package version. These can be further investigated if the storybook is reactivate.
Change the yarn run build:packages command to get only the tsconfig.ts files in the root of packages or inside the src folder.
0 commit comments