Commit e88eb1e
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
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
392 | 395 | | |
393 | 396 | | |
394 | 397 | | |
| |||
This file was deleted.
0 commit comments