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

chore: don't pack test directories #10728

Merged
merged 2 commits into from
Oct 6, 2020
Merged

chore: don't pack test directories #10728

merged 2 commits into from
Oct 6, 2020

Conversation

rix0rrr
Copy link
Contributor

@rix0rrr rix0rrr commented Oct 6, 2020

Stop bundling test directories in NPM packages to reduce package sizes
and prevent Yarn from unplugging some packages based on the presence
of a .jar file.

Fixes #10602.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Stop bundling `test` directories in NPM packages to reduce package sizes
and prevent Yarn from unplugging some packages based on the presence
of a `.jar` file.

Fixes #10602.
@rix0rrr rix0rrr requested a review from a team October 6, 2020 13:26
@rix0rrr rix0rrr self-assigned this Oct 6, 2020
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Oct 6, 2020
@mergify
Copy link
Contributor

mergify bot commented Oct 6, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify
Copy link
Contributor

mergify bot commented Oct 6, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit b7a13ee into master Oct 6, 2020
@mergify mergify bot deleted the huijbers/dont-pack-test branch October 6, 2020 15:04
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: ce979a1
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

shivlaks added a commit that referenced this pull request Oct 14, 2020
…ries

following on from changes made in #10728, added the 'test/' entry to
npmignore when creating new construct library modules.

rationale: we stopped bundling test directories to reduce package sizes
and prevent yarn from unplugging some packages based on presence of a
'.jar' file
mergify bot pushed a commit that referenced this pull request Oct 14, 2020
…ries (#10871)

following on from changes made in #10728, added the 'test/' entry to
npmignore when creating new construct library modules.

rationale: we stopped bundling test directories to reduce package sizes
and prevent yarn from unplugging some packages based on presence of a
'.jar' file


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove test directory from all published packages
3 participants