Skip to content

Add .npmrc to .gitignore to fix publish workflow - #1613

Merged
asabaylus merged 1 commit into
mainfrom
claude/fix-npm-publish-workflow-5Rh3w
Jan 17, 2026
Merged

Add .npmrc to .gitignore to fix publish workflow#1613
asabaylus merged 1 commit into
mainfrom
claude/fix-npm-publish-workflow-5Rh3w

Conversation

@asabaylus

Copy link
Copy Markdown
Owner

The NPM publish workflow creates a .npmrc file for authentication,
which was causing the 'auto shipit' command to fail with "Working
directory is not clean" error. Adding .npmrc to .gitignore resolves
this issue.

The NPM publish workflow creates a .npmrc file for authentication,
which was causing the 'auto shipit' command to fail with "Working
directory is not clean" error. Adding .npmrc to .gitignore resolves
this issue.
@asabaylus
asabaylus merged commit ca9688e into main Jan 17, 2026
6 of 7 checks passed
@asabaylus
asabaylus deleted the claude/fix-npm-publish-workflow-5Rh3w branch January 17, 2026 13:51
@codecov

codecov Bot commented Jan 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (7af34df) to head (1a6fdcd).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1613   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          238       238           
  Branches        47        47           
=========================================
  Hits           238       238           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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