-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(core): Adding react apps/libs to workspaces so they can be referenced. #29202
Merged
jaysoo
merged 3 commits into
master
from
fix/ts-solution-pnpm-workspace-yaml-referrence
Dec 18, 2024
Merged
fix(core): Adding react apps/libs to workspaces so they can be referenced. #29202
jaysoo
merged 3 commits into
master
from
fix/ts-solution-pnpm-workspace-yaml-referrence
Dec 18, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
ndcunningham
force-pushed
the
fix/ts-solution-pnpm-workspace-yaml-referrence
branch
2 times, most recently
from
December 5, 2024 18:46
3b4f6b6
to
47956db
Compare
ndcunningham
requested review from
meeroslav,
vsavkin,
mandarini,
a team and
Coly010
as code owners
December 5, 2024 18:47
ndcunningham
changed the title
fix(core): React workspaces that use pnpm & the new TS solution should be declared correctly so that it can be referenced
fix(core): Adding react apps/libs to workspaces so they can be referenced.
Dec 5, 2024
ndcunningham
force-pushed
the
fix/ts-solution-pnpm-workspace-yaml-referrence
branch
4 times, most recently
from
December 7, 2024 00:20
de51b34
to
52e55e0
Compare
leosvelperez
requested changes
Dec 9, 2024
ndcunningham
force-pushed
the
fix/ts-solution-pnpm-workspace-yaml-referrence
branch
4 times, most recently
from
December 9, 2024 17:30
664eefc
to
47cb548
Compare
ndcunningham
force-pushed
the
fix/ts-solution-pnpm-workspace-yaml-referrence
branch
4 times, most recently
from
December 9, 2024 21:27
a8a3c6f
to
39e31a3
Compare
jaysoo
approved these changes
Dec 10, 2024
ndcunningham
force-pushed
the
fix/ts-solution-pnpm-workspace-yaml-referrence
branch
from
December 10, 2024 07:59
39e31a3
to
4c07277
Compare
leosvelperez
approved these changes
Dec 10, 2024
ndcunningham
force-pushed
the
fix/ts-solution-pnpm-workspace-yaml-referrence
branch
4 times, most recently
from
December 11, 2024 20:33
2ed13f1
to
b7642d3
Compare
jaysoo
force-pushed
the
fix/ts-solution-pnpm-workspace-yaml-referrence
branch
from
December 12, 2024 13:18
b7642d3
to
d9242ee
Compare
ndcunningham
force-pushed
the
fix/ts-solution-pnpm-workspace-yaml-referrence
branch
4 times, most recently
from
December 13, 2024 16:39
a807d81
to
1588b1a
Compare
Your CI Pipeline Execution ↗ for commit 2f3a288 is in progress ⏳
☁️ Nx Cloud last updated this comment at |
ndcunningham
force-pushed
the
fix/ts-solution-pnpm-workspace-yaml-referrence
branch
2 times, most recently
from
December 18, 2024 08:56
4f52f0b
to
0ec0be9
Compare
jaysoo
force-pushed
the
fix/ts-solution-pnpm-workspace-yaml-referrence
branch
from
December 18, 2024 13:40
0ec0be9
to
8fab2e7
Compare
jaysoo
force-pushed
the
fix/ts-solution-pnpm-workspace-yaml-referrence
branch
3 times, most recently
from
December 18, 2024 16:12
71e320e
to
31cf1a6
Compare
…d be declared correctly so that it can be referenced.
…move too many entries
jaysoo
force-pushed
the
fix/ts-solution-pnpm-workspace-yaml-referrence
branch
from
December 18, 2024 16:46
31cf1a6
to
2f3a288
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Current Behavior
This PR address a few things:
pnpm
to generate a workspace thepnpm-workspace.yaml
looks like below which is not correctExpected Behavior
pnpm-workspace.yaml
should look similar to:Related Issue(s)