Skip to content

Commit

Permalink
chore: update npm registry mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
ly525 committed Jun 5, 2024
1 parent 375bfbf commit 5c3a5e1
Show file tree
Hide file tree
Showing 6 changed files with 4,630 additions and 4,630 deletions.
4 changes: 2 additions & 2 deletions deploy/mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# NPM
# ==========================================================

npm set registry "https://registry.npm.taobao.org"
npm set registry "https://registry.npmmirror.com"
npm set disturl "https://npm.taobao.org/dist"

npm set chromedriver-cdnurl "https://npm.taobao.org/mirrors/chromedriver"
Expand Down Expand Up @@ -57,7 +57,7 @@ npm cache clean --force # clean npm cache
# YARN
# ==========================================================

yarn config set registry "https://registry.npm.taobao.org"
yarn config set registry "https://registry.npmmirror.com"
yarn config set disturl "https://npm.taobao.org/dist"
yarn config set chromedriver-cdnurl "https://npm.taobao.org/mirrors/chromedriver"
yarn config set couchbase-binary-host-mirror "https://npm.taobao.org/mirrors/couchbase/v{version}"
Expand Down
Loading

0 comments on commit 5c3a5e1

Please sign in to comment.