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

[Bug] missing packages/berry-cli-package.json #537

Closed
willemneal opened this issue Oct 18, 2019 · 1 comment
Closed

[Bug] missing packages/berry-cli-package.json #537

willemneal opened this issue Oct 18, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@willemneal
Copy link
Contributor

Describe the bug

The standard bundle uses a predefined set of plugins defined in packages/berry-cli/package.json. If your PR aims to add a new plugin to the standard build you'll need to add it there (note that this decision should be left to the core maintainers - please don't modify this setting yourself).

For development purposes, you can build your plugin as part of your own local bundle by using the --plugin option in the command line:

$ yarn build:cli --plugin @yarnpkg/plugin-typescript

To Reproduce

Try to find the missing file.

Additional context

Where are they located now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants