The preview builds is currently broken because it doesn't know how to handle the reference to @metamask/design-system-react-native in the root package.json build script which results in an error because the script cannot resolve this reference. The correct reference should be @metamask-previews.
Technical Details
The current build script is broken due to its inability to resolve @metamask/design-system-react-native.
Workaround: Update the build script manually to reference @metamask-previews instead.
Adjust all configurations and paths in the script to ensure the correct handling of the @metamask-previews workspace.
Acceptance Criteria
The preview builds script executes without errors.
The @metamask-previews workspace is correctly referenced, allowing for successful builds.
Any dependencies or imports that used the previous path are updated accordingly.
Description
The preview builds is currently broken because it doesn't know how to handle the reference to
@metamask/design-system-react-native
in the root package.json build script which results in an error because the script cannot resolve this reference. The correct reference should be@metamask-previews
.Technical Details
@metamask/design-system-react-native
.@metamask-previews
instead.@metamask-previews
workspace.Acceptance Criteria
@metamask-previews
workspace is correctly referenced, allowing for successful builds.