Skip to content

Conversation

arthur-mountain
Copy link
Contributor

Summary

The 'start' and 'next' scripts in the compiler monorepo reference 'yarn workspace playground', but the playground app in compiler/apps/playground was not included in the workspaces configuration. This caused these commands to fail.
Screenshot 2025-10-10 at 6 17 28 PM

This PR adds 'apps/*' to the workspaces.packages array to properly register the playground workspace.

How did you test this change?

Verified by running 'yarn start' locally, and confirmed that the snapshot error shown above no longer appears.

The 'start' and 'next' scripts reference 'yarn workspace playground'
but the playground app in apps/playground was not included in the
workspaces configuration. This caused these commands to fail.

Added 'apps/*' to the workspaces.packages array to properly register
the playground workspace.
@meta-cla meta-cla bot added the CLA Signed label Oct 10, 2025
@arthur-mountain arthur-mountain changed the title fix(compiler): add apps directory to compiler workspaces fix(compiler): compiler workspaces setting Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant