Skip to content

Commit 55e283c

Browse files
OrKoNDevtools-frontend LUCI CQ
authored and
Devtools-frontend LUCI CQ
committed
Configure npm to prefer online installation
Instead of using a local cache, so that mirror checks apply. Bug: none Change-Id: Ifa87fcbcb6491f05194417dc586b32ed9099b928 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5478387 Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Alex Rudenko <[email protected]>
1 parent e6256af commit 55e283c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ omit = optional # This is to avoid downloading esbuild-* package.
55
ignore-scripts = true
66
save-exact = true
77
save-dev = true # Only devDependencies are allowed.
8+
prefer-online = true # To consult the mirror instead of local cache.
89
# See go/sk-npm-audit-mirror.
910
registry = https://npm.skia.org/chrome-devtools

0 commit comments

Comments
 (0)