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

Add package publishing workflow #7592

Merged
merged 34 commits into from
Sep 30, 2021
Merged

Add package publishing workflow #7592

merged 34 commits into from
Sep 30, 2021

Conversation

clemsos
Copy link
Member

@clemsos clemsos commented Sep 29, 2021

Description

Help streamline package build / publishing to npm - eventually using CI using yarn v2

note: to be rebased once #7581 is merged REBASED (was painful...)

[edit] just found out that lerna does not work with yarn v2 - but we dont need lerna after all lerna/lerna#2564

Issues

Fixes #7571

Checklist:

  • 1 PR, 1 purpose: my Pull Request applies to a single purpose
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the docs to reflect my changes if applicable
  • I have added tests (and stories for frontend components) that prove my fix is effective or that my feature works
  • I have performed a self-review of my own code
  • If my code involves visual changes, I am adding applicable screenshots to this thread

@cla-bot cla-bot bot added the cla-signed label Sep 29, 2021
@clemsos clemsos changed the title Add Lerna for package publishing Add package publishing workflow Sep 29, 2021
.gitignore Outdated
!.yarn/versions
lerna-debug.log
Copy link
Member

Choose a reason for hiding this comment

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

🧹

Copy link
Member

@julien51 julien51 left a comment

Choose a reason for hiding this comment

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

💯

@clemsos clemsos merged commit 915df5e into master Sep 30, 2021
@clemsos clemsos deleted the lerna branch September 30, 2021 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package publishing workflow
2 participants