Skip to content

feat: migrate from pnpm to yarn workspaces#3

Merged
boazpoolman merged 1 commit into
pluginpal:mainfrom
ayhid:feat/pnpm-to-yarn
May 14, 2026
Merged

feat: migrate from pnpm to yarn workspaces#3
boazpoolman merged 1 commit into
pluginpal:mainfrom
ayhid:feat/pnpm-to-yarn

Conversation

@ayhid
Copy link
Copy Markdown
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
@boazpoolman boazpoolman merged commit b3761a4 into pluginpal:main May 14, 2026
1 of 3 checks passed
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.

2 participants