From ce40174ec0539ab7d7fa359545a8ed8ace9c60a2 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Wed, 30 Sep 2020 01:24:14 +0800 Subject: [PATCH] test: fixbug deploy sealms-ui :v: --- shell/allcmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/allcmd.sh b/shell/allcmd.sh index 391faf6..cd9001d 100755 --- a/shell/allcmd.sh +++ b/shell/allcmd.sh @@ -18,7 +18,7 @@ function go_rsync() { } function ui_build() { - cmd="cd /data/seal-ms/sealms-ui; yarn build:pord" + cmd="cd /data/seal-ms/sealms-ui; yarn build:prod" bash -c "docker exec -i build-node sh -c '${cmd}'" }