-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
I have a Yarn Workspace with multiple packages. Most of the packages depend on an old, publis…
-
At the moment lerna doesn't link packages published as git deps (`lerna bootstrap`).
I still need to try yarn workspaces.
-
**What is the current behavior?**
Check out https://github.com/chili-epfl/frog, run ./initial_setup.sh. This monorepo uses yarn workspaces, but because Meteor does not support hoisting (eagerly waiti…
-
In my project, we use yarn and yarn workspaces to manage all dependencies, and I noticed that every time functions are deployed or mocked, the package-lock.json file is generated. Is there a way to se…
-
- [ ] I'd be willing to implement a fix
**Describe the bug**
The result of calling `fs.readdir` on `/.yarn` doesn't include `__virtual__` and its immediate children making libraries like `chokid…
-
**Do you want to request a *feature* or report a *bug*?**
possible bug
**What is the current behavior?**
I am using yarn workspaces in a monorepo. My packages/workspaces look like this:
…
-
### What is the problem this feature would solve?
Share `package.json` scripts across workspaces. For example, in the monorepo root's `package.json`:
```
"scripts": {
...
"g:clean:remix":…
-
The [`yarn version`](https://classic.yarnpkg.com/en/docs/cli/version/#toc-git-tags) command in Yarn 1 automatically, by default, creates an [annotated Git tag](https://git-scm.com/book/en/v2/Git-Basic…
-
**Do you want to request a *feature* or report a *bug*?**
Feature (it's quite small so I didn't contribute it to the yarnpkg/rfcs, but I'm happy to open it up there)
**What is the current behavi…
-
### What is it?
Currently the python packages in our repo basically operate in the context of a giant pyproject. This is because we want to have common libraries that reference each other, like you w…