-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Feat]: use npm run release:standalone #5539
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
Comments
@edvincent tagging you because I think you'd find this interesting. Also maybe you want to help with this? If not, no worries :) Seems like a one-liner. |
That's the one where I was suggesting to use As a side-comment, that error
is just cosmetic. In But yes, way better to start using Can I sign-up to do this during the next week or so, or is this more urgent? |
Oh nvm, you mean actually use |
that'd be awesome! absolutely no rush so whenever you have time :)
Good question! Our thinking was to replace it here: |
So, I don't think we should do that? I think the line between Or in other words, any command starting from the root of the project (i.e. development) should be using Which is basically the current state? Specifically, because we don't have an That being said, since your #5533, we now should be clear to remove the |
I do agree we should have the distinction. It would be nice if we used one instead of mixed them though. I wonder if instead we should move development to cc @code-asher
That makes sense to me! |
I don't think you can ;( Because I think that was the reason |
Ahhh I forgot about that 🤦🏼♂️
That's before my time but I bet you're right. |
VS Code embeds Agreed on removing the The I tested a bit and So maybe |
What is your suggestion?
Use
npm
forrelease:standalone
in CI.Why do you want this feature?
It will respect our shrinkwrap file. See logs here:
warning npm-shrinkwrap.json found. This will not be updated or respected. See https://yarnpkg.com/en/docs/migrating-from-npm for more information.
Are there any workarounds to get this functionality today?
No
Are you interested in submitting a PR for this?
I can if no one else wants to.
The text was updated successfully, but these errors were encountered: