mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-04 03:42:08 +08:00
fix: 依赖安装默认采用 taobao 镜像
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"prettier": "2.3.2"
|
||||
},
|
||||
"scripts": {
|
||||
"i": "npm install && lerna bootstrap",
|
||||
"i": "npm config set registry https://registry.npmmirror.com/ && npm install && lerna bootstrap",
|
||||
"clean": "rm -rf node_modules package-lock.json packages/*/node_modules packages/*/package-lock.json",
|
||||
"start": "lerna run start",
|
||||
"build": "lerna run build",
|
||||
|
||||
Reference in New Issue
Block a user