Skip to content

Comments

feat: migrate from pnpm to yarn workspaces#3

Open
ayhid wants to merge 1 commit intopluginpal:mainfrom
ayhid:feat/pnpm-to-yarn
Open

feat: migrate from pnpm to yarn workspaces#3
ayhid wants to merge 1 commit intopluginpal:mainfrom
ayhid:feat/pnpm-to-yarn

Conversation

@ayhid
Copy link
Contributor

@ayhid ayhid commented Feb 18, 2026

Summary

  • Replace pnpm workspace config with yarn workspaces field in package.json
  • Update all scripts from pnpm --filter to yarn workspace
  • Add turbo-passthrough scripts (test:ts:front, test:ts:back, test:jest, verify)
  • Change workspace:* to * for yarn classic compatibility
  • Set packageManager to yarn@1.22.22

Test plan

  • yarn install resolves all dependencies including the local plugin
  • yarn build succeeds for both plugin and playground
  • yarn test:ts:front and yarn test:ts:back pass

- Replace pnpm workspace config with yarn workspaces field in package.json
- Update scripts from pnpm --filter to yarn workspace
- Add turbo-passthrough scripts (test:ts:front, test:ts:back, test:jest, verify)
- Change workspace:* to * for yarn classic compatibility
- Set packageManager to yarn@1.22.22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant