Investigate yarn workspaces for GitLab Workflow extension
Yarn workspaces could be used to simplify the development process for the GitLab Workflow extension:
- Better code isolation between browser and desktop code
- Simplified build process. Right now we have to merge and create
package.json
on the fly
Edited by Stanislav Lashmanov