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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): migrate from Lerna to Lerna-Lite #239

Closed
wants to merge 1 commit into from
Closed

chore(deps): migrate from Lerna to Lerna-Lite #239

wants to merge 1 commit into from

Conversation

ghiscoding
Copy link

@ghiscoding ghiscoding commented May 11, 2022

  • replacing Lerna by Lerna-Lite since Lerna was unmaintened for over a year
  • Lerna-Lite also brings support to pnpm workspace: protocol as per pnpm docs: https://pnpm.io/workspaces

Hi there, I created Lerna-Lite by forking Lerna since it was largely unmaintained and I used your boilerplate to test a new feature which is to bring support of pnpm workspace:* protocol and so I thought of contributing back. For more info, check the new Lerna-Lite release 1.2.0

Other Possible Future Improvements
Since you switched to pnpm, you could also drop @lerna-lite/run from my PR (less code to download) and use pnpm run

Keep it or not... anyway, thanks for creating such a great boilerplate 馃憤
Cheers

- replacing Lerna by Lerna-Lite since Lerna was unmaintened for over a year
- Lerna-Lite also brings support to pnpm `workspace:` protocol as per pnpm docs: https://pnpm.io/workspaces
@NiGhTTraX
Copy link
Owner

Hey @ghiscoding, glad you found the project useful :) I've switched to pnpm run in b61aad7. I don't remember why I didn't do it sooner... Anyway, thanks for the suggestion!

@NiGhTTraX NiGhTTraX closed this May 15, 2022
@ghiscoding
Copy link
Author

ghiscoding commented May 16, 2022

@NiGhTTraX
That is indeed great if we can work out everything by using the package manager (pnpm), however I think you forgot to remove 1 npm script line in your commit

"pub": "lerna publish"

and it's also probably good to delete lerna.json as well

Have a nice day
Cheers

@ghiscoding ghiscoding deleted the feat/replace-lerna-lite branch May 16, 2022 18:28
@NiGhTTraX
Copy link
Owner

@ghiscoding thanks, cleaned up in 9d7c863.

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.

None yet

2 participants