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

Sandbox: Add ability to run from local repro #18950

Merged
merged 1 commit into from
Aug 17, 2022
Merged

Conversation

shilman
Copy link
Member

@shilman shilman commented Aug 17, 2022

Issue: N/A

What I did

Now if the user has generated a local repro in their /repros directory,
we can use that as the basis for a sandbox

How to test

# first generate a local repro
yarn generate-repros-next --template cra/default-js

# potentially edit it by hand etc. here
# ...

# then create a sandbox using that local repro
yarn sandbox --template cra/default-js --from-local-repro --no-publish --no-start-verdaccio

@shilman shilman added the maintenance User-facing maintenance tasks label Aug 17, 2022
Copy link
Member

@yannbf yannbf left a comment

Choose a reason for hiding this comment

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

LGTM!

@yannbf yannbf merged commit c503691 into next Aug 17, 2022
@yannbf yannbf deleted the sandbox-from-local-repro branch August 17, 2022 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance User-facing maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants