Skip to content
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

Support pnpm for UI extension compilation #2876

Closed
jezzzm opened this issue Jun 5, 2024 · 1 comment
Closed

Support pnpm for UI extension compilation #2876

jezzzm opened this issue Jun 5, 2024 · 1 comment

Comments

@jezzzm
Copy link
Contributor

jezzzm commented Jun 5, 2024

Is your feature request related to a problem? Please describe.
When working with Corepack enabled and using pnpm as package manager, building UI extensions is not possible as Corepack prevents usage of other package managers for any scripts. Currently, UI extension compilation only supports npm and yarn.

Describe the solution you'd like
Support for pnpm as an option in the UiExtensionCompilerOptions['command'] union and compilation function.

Describe alternatives you've considered
Disabling Corepack (which can lead to other issues caused by differing package manager versions from contributers)

Additional context
happy to work on this if you'd like!

@jezzzm
Copy link
Contributor Author

jezzzm commented Jun 5, 2024

PR #2877

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants