Commit 85754a2
committed
fix: ignore npm registry audit 410 error in CI
npm retired the /-/npm/v1/security/audits endpoint, causing
pnpm audit to fail with 410 on every CI run. Use the built-in
--ignore-registry-errors flag so the audit still runs when the
registry is available but doesn't block CI when it's down.1 parent 805eabb commit 85754a2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments