Skip to content

Chore: Fix npm warnings#8022

Closed
etrepum wants to merge 1 commit intofacebook:mainfrom
etrepum:pkg-fix
Closed

Chore: Fix npm warnings#8022
etrepum wants to merge 1 commit intofacebook:mainfrom
etrepum:pkg-fix

Conversation

@etrepum
Copy link
Copy Markdown
Collaborator

@etrepum etrepum commented Dec 10, 2025

Description

Publishing to npm generates warnings for several packages due to repository urls not being normalized

for pkg in packages/*/; do (cd $pkg && npm pkg fix); done

Before

npm warn publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "repository.url" was normalized to "git+https://github.com/facebook/lexical.git"

@vercel
Copy link
Copy Markdown

vercel bot commented Dec 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
lexical Ready Ready Preview Comment Dec 10, 2025 8:29pm
lexical-playground Ready Ready Preview Comment Dec 10, 2025 8:29pm

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 10, 2025
@etrepum etrepum deleted the pkg-fix branch December 10, 2025 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant