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

[lerna] Investigate option to sync workspace lock files #141

Open
t1m0thyj opened this issue May 14, 2024 · 1 comment
Open

[lerna] Investigate option to sync workspace lock files #141

t1m0thyj opened this issue May 14, 2024 · 1 comment
Labels
enhancement New feature or request priority-low

Comments

@t1m0thyj
Copy link
Contributor

Currently we handle syncing the lock file ourselves after a lerna version bump:
npm install --package-lock-only --ignore-scripts --no-audit

Perhaps this is no longer necessary if we take advantage of the --sync-workspace-lock option added in Lerna Lite:
lerna-lite WARN npm we recommend using --sync-workspace-lock which will sync your lock file via your favorite npm client instead of relying on Lerna-Lite itself to update it.

@zFernand0 zFernand0 added enhancement New feature or request priority-low labels May 16, 2024
@t1m0thyj
Copy link
Contributor Author

See more details about this option here: https://www.npmjs.com/package/@lerna-lite/version#--sync-workspace-lock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-low
Projects
None yet
Development

No branches or pull requests

2 participants