Skip to content

Conversation

@raymondfeng
Copy link
Contributor

@raymondfeng raymondfeng commented Apr 12, 2018

This PR formalizes the idea to allow packages to be tested against our source code from git. It adds a sandbox folder to contain modules/applications that need to be bootstrapped by lerna.

Checklist

  • npm test passes on your machine
  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide
  • API Documentation in code was updated
  • Documentation in /docs/site was updated
  • Affected artifact templates in packages/cli were updated
  • Affected example projects in examples/* were updated

Copy link
Contributor

@virkt25 virkt25 left a comment

Choose a reason for hiding this comment

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

Should we add sandbox/* to .gitignore to prevent someone from accidentally committing stuff in this folder?

@raymondfeng
Copy link
Contributor Author

raymondfeng commented Apr 12, 2018

Should we add sandbox/* to .gitignore to prevent someone from accidentally committing stuff in this folder?

Yes. I forgot to commit sandbox/.gitignore.

@@ -0,0 +1,4 @@
**/*
Copy link
Contributor

Choose a reason for hiding this comment

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

Can't we do this at the top level?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I wanted to keep it isolated to the sandbox directory. But no strong objections to move it to top.

@raymondfeng raymondfeng merged commit 9218c60 into master Apr 12, 2018
@bajtos bajtos deleted the add-sandbox branch April 16, 2018 13:02
@dhmlau dhmlau mentioned this pull request Apr 30, 2018
23 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants