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

FIX prepare script to delete tests & snapshots etc from dist #7358

Merged
merged 2 commits into from
Jul 9, 2019

Conversation

ndelangen
Copy link
Member

@ndelangen ndelangen commented Jul 9, 2019

Issue:

  • We're shipping snapshots & tests in our dist packages
  • snapshots in the dist may be detected by jest and flagged for deletion. These can be impossible to resolve because they are ignored by source control.

What I did

FIX prepare script so it deletes the files copied by babel --copy-files arg, but should have been copied at all

@ndelangen ndelangen added maintenance User-facing maintenance tasks patch:yes Bugfix & documentation PR that need to be picked to main branch labels Jul 9, 2019
@ndelangen ndelangen added this to the 5.1.x milestone Jul 9, 2019
@ndelangen ndelangen self-assigned this Jul 9, 2019
@vercel
Copy link

vercel bot commented Jul 9, 2019

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://monorepo-git-fix-prepapre-script.storybook.now.sh

Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAICT this deletes stories from the distribution. I think we should include stories so that they can be used by other storybooks, at least in lib/components.

Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry previous comment was supposed to be a change request

@ndelangen
Copy link
Member Author

@shilman Something to discuss long term, I think, we're publishing our full-source with stories & tests in the package already.

I personally think dist should be what consumers need.

@ndelangen ndelangen merged commit fe320c3 into next Jul 9, 2019
@ndelangen ndelangen deleted the fix/prepapre-script branch July 9, 2019 15:50
@shilman shilman added the patch:done Patch/release PRs already cherry-picked to main/release branch label Jul 31, 2019
shilman pushed a commit that referenced this pull request Jul 31, 2019
FIX prepare script to delete tests & snapshots etc from dist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance User-facing maintenance tasks patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants