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

Move LICENSE back to root and fix builds #29

Merged

Conversation

etr2460
Copy link
Contributor

@etr2460 etr2460 commented Nov 29, 2021

Related to #27, we should have the LICENSE file in the root of the repo (so github picks it up), and we should make sure it gets pulled into the build output appropriately

to: @Dhaiwat10 @crondinini

{ src: 'LICENSE', dest: 'dist' },
{ src: 'README.md', dest: 'dist' },
{ src: '../../LICENSE', dest: 'dist' },
{ src: '../../README.md', dest: 'dist' },
Copy link
Member

Choose a reason for hiding this comment

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

Don't we want the README to be separate for both the hooks and the components package? 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maybe someday? but we only have one README file today :P So might as well use that shared one everywhere for now.

And this will probably all change with our new build/publishing system plans, this was mainly to keep the status quo from before the monorepo work

@Dhaiwat10 Dhaiwat10 merged commit 9902a7f into Developer-DAO:master Nov 29, 2021
@etr2460 etr2460 mentioned this pull request Nov 29, 2021
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.

2 participants