Yongmin Hong
ab283848b8
Summary: Avoid updating local pkgs. Also add `prefer-dedupe=true` on `.npmrc`. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: `npm ci`. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D428
10 lines
329 B
Text
10 lines
329 B
Text
# Moral attribution: Copyright 2024 GitHub
|
|
# SPDX-License-Identifier: MIT
|
|
# For 15-25% faster npm install
|
|
# https://www.peterbe.com/plog/benchmarking-npm-install-with-or-without-audit
|
|
# Also we have Dependabot alerts configured in the GitHub repo.
|
|
# See also D375
|
|
audit=false
|
|
fund=false
|
|
# Prefer deduplication
|
|
prefer-dedupe=true
|