Skip to content

Commit 7c58bdb

Browse files
committed
Dont't change npm's registry setting
1 parent 3546f0c commit 7c58bdb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ide.sh

100755100644
+1-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ sub_build() {
5151
;;
5252
"" | "frontend")
5353
cd $FRONTEND
54-
npm config set registry https://registry.npm.taobao.org
55-
npm install
54+
npm install --registry=https://registry.npm.taobao.org
5655
npm run build
5756

5857
cd $FRONTEND_WEBJARS

0 commit comments

Comments
 (0)