Skip to content

Commit c031dcc

Browse files
committed
Merge branch 'master' of git.coding.net:coding/WebIDE-Workspace
2 parents f2d8c19 + 7c58bdb commit c031dcc

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)