-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
ci(examples): test every package manager in Support Policy on basic
#9593
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
5b2839c
examples(ci): test every package manager in Support Policy on basic
anthonyshew d245065
WIP
anthonyshew 1ca349f
WIP
anthonyshew ca0d5e6
WIP
anthonyshew 572a6b8
WIP
anthonyshew 485b447
WIP
anthonyshew 3ff4958
WIP
anthonyshew d7aad1d
WIP
anthonyshew 94a4d12
Updated package manager to npm
anthonyshew 75db8a0
Updated package manager to npm
anthonyshew 905cedc
WIP
anthonyshew 1b1ab1c
WIP
anthonyshew 07fb663
WIP
anthonyshew 3502613
WIP
anthonyshew 003b568
WIP
anthonyshew 29c4b91
WIP
anthonyshew 243b72b
WIP
anthonyshew eb83086
WIP
anthonyshew 1317200
WIP
anthonyshew 2774612
WIP
anthonyshew 3a2ec06
WIP
anthonyshew ff25852
WIP
anthonyshew 5dab8fb
WIP
anthonyshew b1ef37f
WIP
anthonyshew 2d59b22
WIP
anthonyshew cc9a26e
WIP
anthonyshew 7a1a776
WIP
anthonyshew b69ec29
WIP
anthonyshew 18c14ac
WIP
anthonyshew 161ab34
WIP
anthonyshew 10f81d6
WIP
anthonyshew 5d263aa
WIP
anthonyshew 52699df
WIP
anthonyshew 61d848c
WIP
anthonyshew 05d23e1
WIP
anthonyshew 5533e5f
WIP
anthonyshew 31b8900
WIP
anthonyshew 8f7461d
fix: throwing stuff at the wall
chris-olszewski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,11 @@ workspacesCli | |
"Do not run a package manager install after conversion", | ||
false | ||
) | ||
.option( | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I needed to make sure I was always getting a successful exit code for my scripts. This seemed like a reasonable flag to add, even beyond my specific use case. |
||
"--ignore-unchanged-package-manager", | ||
"Prevent script failure if the package manager is unchanged", | ||
false | ||
) | ||
.option("--dry", "Dry run (no changes are made to files)", false) | ||
.option( | ||
"--force", | ||
|
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For posterity, this fixes a bug in generating types in
@turbo/types
on Windows.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nodejs/node#37845