Migrate twenty-companion from npm to yarn workspaces (#18946)

## Summary
- Migrates twenty-companion from standalone npm to the repo yarn
workspaces
- Removes package-lock.json (resolves Oneleet security finding about npm
lifecycle scripts)
- Converts npm overrides to yarn resolutions
- Updates scripts from npm run to yarn

## Test plan
- [x] Verified yarn install succeeds at root
- [x] Verified yarn start in twenty-companion launches the Electron app
- [ ] Verify Oneleet finding is resolved after merge
This commit is contained in:
Charles Bochet
2026-03-25 10:45:43 +01:00
committed by GitHub
parent 3295f5ee07
commit 790a58945b
4 changed files with 3054 additions and 13114 deletions
+2 -1
View File
@@ -211,7 +211,8 @@
"packages/twenty-apps",
"packages/twenty-cli",
"packages/create-twenty-app",
"packages/twenty-oxlint-rules"
"packages/twenty-oxlint-rules",
"packages/twenty-companion"
]
},
"prettier": {