-
Notifications
You must be signed in to change notification settings - Fork 47
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
Idea: customize install command in GH App #260
Comments
By the way, kinda surprised to see it uses Yarn in the message like here: release-it/conventional-changelog#100 (comment) |
Hey, we're working on this to see what we can come up with, sorry for the late response! Around the message, do you mean the .tgz at the end? if yes, as far as i know, yarn needs that for urls. If it does not need it anymore, we can just remove it. Let me know. |
No worries, just spitting out ideas and feedback, hope you don't mind! This project's such a productivity win, it's incredible.
Guess it's just my pet peeve but what I meant is usage of |
That's for sure, just feel free to share more, happy to discuss anything.
Oh I see, we have a detect package manager that detects it since users wanted that, but I guess it does not work for you, because your workspace does not use yarn, correct? |
Correct! It's a repo without a lockfile checked in so I'd suspect the default/fallback is Yarn. |
Thank you! |
You're welcome ❤️
…On Sat, 12 Oct 2024, 19:28 Lars Kappert, ***@***.***> wrote:
Thank you!
—
Reply to this email directly, view it on GitHub
<#260 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJBMICG5ZK434JIPY2MBTQLZ3FBLVAVCNFSM6AAAAABPLN22VGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBYGYYDSNJTGQ>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Example output of the GH App:
This is a command I often copy-paste, so with this in mind two ideas here:
-D
or--save-dev
for when the lib is a dev depnpm i
forni
orpnpm add
etc.WDYT?
The text was updated successfully, but these errors were encountered: