ShanArosh
Results
2
comments of
ShanArosh
> Would this make the package finally work with Nx? 🤩 This Pull request fixes package resolving problems in monorepos. I have tested with yarn workspaces. if you're having package...
You can just make your life easier by adding these in `package.json` ``` "scripts": { "ws": "yarn workspace", "wss": "yarn workspaces" }, ``` Then run `yarn ws`