Skip to content

chore: commit package-lock.json to unblock npm publish workflow#3

Merged
Foscat merged 1 commit intomainfrom
copilot/release-new-tag-for-patch
Apr 4, 2026
Merged

chore: commit package-lock.json to unblock npm publish workflow#3
Foscat merged 1 commit intomainfrom
copilot/release-new-tag-for-patch

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 4, 2026

Summary

package-lock.json was listed in .gitignore, causing actions/setup-node@v4 (with cache: npm) to fail before npm ci could run — blocking every publish attempt.

Removes package-lock.json from .gitignore and commits the generated lock file.

Scope

  • bug fix
  • feature
  • docs
  • tests
  • release/chore

Validation

npm install  # generated package-lock.json, 0 vulnerabilities

API and Behavior Impact

  • no public API changes
  • class API changed
  • token contract changed
  • accessibility behavior changed
  • motion behavior changed
  • browser behavior changed

Documentation

  • README updated (if needed)
  • wiki updated (if needed)
  • CHANGELOG updated (if needed)

Notes

After merging to main, re-run the "Publish to npm" workflow (or push a new tag). The npm ci step will now resolve correctly.

@Foscat Foscat marked this pull request as ready for review April 4, 2026 21:50
@Foscat Foscat merged commit 64daabc into main Apr 4, 2026
@Foscat Foscat deleted the copilot/release-new-tag-for-patch branch April 4, 2026 21:50
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.

2 participants