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

New repo structure #199

Merged
merged 13 commits into from
Jan 12, 2023
Merged

New repo structure #199

merged 13 commits into from
Jan 12, 2023

Conversation

krzysztofzuraw
Copy link
Member

@krzysztofzuraw krzysztofzuraw commented Jan 10, 2023

Closes #194

What has been done?

  • Moved old code into the legacy folder and updated a pkg.json exports
  • Added pnpm as pkg manager
  • Added all pkgs needed to start developing
  • Added storybook with config for vanilla extract
  • Added new release tool: release-it to publish to npm & GitHub releases. I think we can release a new macaw as 8.0.0-0 (prerelease) for time being - thanks to that we will have a proper tag on NPM (next) and on GitHub.
  • Fixed vercel deployment - current it deploys old storybook

@vercel
Copy link

vercel bot commented Jan 10, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
macaw-ui ❌ Failed (Inspect) Jan 12, 2023 at 1:02PM (UTC)

@krzysztofzuraw krzysztofzuraw marked this pull request as ready for review January 10, 2023 14:08
Copy link
Member

@poulch poulch left a comment

Choose a reason for hiding this comment

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

LGTM, awesome job Kris 💪🏻
I have a couple of comments to consider:

  1. pnpm run dev doesn't work
  2. IMO legacy/package.json should be marked as private and should be cleaned as it will not be a source on package
  3. I'd rather keep the package.json keep short and keep and move all config to separate files like prettier, release-it
  4. Should we have husky configure also for new package ?

.eslintrc.cjs Show resolved Hide resolved
@krzysztofzuraw krzysztofzuraw changed the base branch from main to canary January 11, 2023 11:46
@krzysztofzuraw krzysztofzuraw merged commit 54a5b7c into canary Jan 12, 2023
@krzysztofzuraw krzysztofzuraw deleted the 194-new-structure branch January 12, 2023 13:05
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.

Setup new repository structure
2 participants