Skip npm's security audit on install (registry endpoint stalls for minutes)

This commit is contained in:
2026-09-04 02:03:10 +00:00
parent 9fb4b5a681
commit 33a4a76364
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -37,3 +37,6 @@ __screenshots__/
# Playwright browser downloads (if ever installed locally)
.pw-browsers/
# npm project config (audit/fund off: the audit endpoint stalls installs)
!.npmrc
+2
View File
@@ -0,0 +1,2 @@
audit=false
fund=false