From e27ae2260e1b6a56e128e0177ee4dfca16c2db0d Mon Sep 17 00:00:00 2001 From: RuoYi Date: Wed, 30 Mar 2022 10:34:54 +0800 Subject: [PATCH] update registry source --- README.md | 2 +- bin/package.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 627525e..ac95dfd 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ git clone https://github.com/yangzongzhuan/RuoYi-Vue3.git cd RuoYi-Vue3 # 安装依赖 -yarn --registry=https://registry.npm.taobao.org +yarn --registry=https://registry.npmmirror.com # 启动服务 yarn dev diff --git a/bin/package.bat b/bin/package.bat index c12b803..8693727 100644 --- a/bin/package.bat +++ b/bin/package.bat @@ -7,6 +7,6 @@ echo. cd %~dp0 cd .. -yarn --registry=https://registry.npm.taobao.org +yarn --registry=https://registry.npmmirror.com pause \ No newline at end of file