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

Respect files section of private package #1

Open
zbigg opened this issue Mar 27, 2020 · 0 comments
Open

Respect files section of private package #1

zbigg opened this issue Mar 27, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@zbigg
Copy link
Owner

zbigg commented Mar 27, 2020

While we more or less respect .npmignore of private packages, we should also properly respect files section "local" packages.

Example in monorepos built withyarn workspaces:
$ yarn workspaces run build
$ copy-production-deps ./some-backend some-backend/dist

copy-production-deps should be able to acuire only "publshed" files from all workspaces referenced by "some-backend" package. Now it will will copy all not .npmignored files.

@zbigg zbigg self-assigned this Mar 27, 2020
@zbigg zbigg added the enhancement New feature or request label Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant