Skip to content

Commit e88eb1e

Browse files
committed
Remove .npmrc from repo to fix CI registry errors
The checked-in .npmrc pointed all registry lookups at localhost:4873 (Verdaccio), causing pnpm/action-setup to fail in CI with ECONNREFUSED. Since Verdaccio is only needed locally, .npmrc is now gitignored and kept as a local-only file.
1 parent d2fe34f commit e88eb1e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,9 @@ openspec/
389389
dashboard/.env.production
390390
dashboard/.env.staging
391391

392+
### Local registry config ###
393+
.npmrc
394+
392395
### Go ###
393396
bin/
394397
*.exe

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)