-
The gist:
![image](https://user-images.githubusercontent.com/199018/108792095-7eca0600-754e-11eb-9faf-ede5057b0ae6.png)
(files outside of the CWD are altered as part of the ember-cli-update run)
…
-
I'm, working on a project with a monorepo. Stashes only show the repos in root folders. Can you also look for repos in sub folders?
-
I have 2 mono repos with yarn workspaces: A and B. B packages are using packages from A. I want to be able to change packages in A, rebuild them in context of A and then use changes without publishing…
-
**What version of Tailwind CSS are you using?**
4.0.0-alpha.6
**What build tool (or framework if it abstracts the build tool) are you using?**
"next": "^14.1.1"
"@tailwindcss/postcss": "^4.0.0-a…
-
It currently gives an empty list when running on a monorepo, both at root and package levels.
-
Using lerna, pnpm, npm workspaces or yarn workspaces, this tool should extract a monorepo and re-initalize the monorepo on the fly, in-memory.
-
When working in a monorepo (like this - https://github.com/jacobp100/technicalc-core), the build will only start when you open a file in one of the packages, and will only build that package. It would…
-
**Use Case 1:**
Some times you want to check in the links into a repo. Suppose you're developing a set of packages that has a root package, and when developing them you want people to just `git clo…
-
I have a monorepo containing a react frontend, a node backend using babel for es6 import syntax support and a common library. The common library (also using babel) has some api client code built on ax…
-
First of all, I'd like to thank you for making this package. It's a huge timesaver.
`bump-payload` currently only looks for the root package.json.
It would be nice to also check other recursive …