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

feat: fallback to npm/yarn workspaces #8

Merged
merged 6 commits into from
Jan 26, 2024

Conversation

sparten11740
Copy link
Collaborator

Later lerna versions don't require packages to be defined in lerna.json. This adds supports for workspaces that are defined in package.json, either as string array or as object with a packages property that is a string array (yarn supports the that format)

Also upgrades our eslint config and bumps actions used in the ci

Closes #5

@sparten11740 sparten11740 self-assigned this Jan 25, 2024
@sparten11740 sparten11740 merged commit b2e739d into master Jan 26, 2024
2 checks passed
@sparten11740 sparten11740 deleted the sparten11740/feat/fallback-to-workspaces branch January 26, 2024 02:29
github-actions bot pushed a commit that referenced this pull request Jan 26, 2024
# [1.5.0](v1.4.2...v1.5.0) (2024-01-26)

### Features

* fallback to npm/yarn workspaces ([#8](#8)) ([b2e739d](b2e739d))
Copy link

🎉 This PR is included in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: fallback to package.json => workpsaces => packages
2 participants