diff --git a/shell/allcmd.sh b/shell/allcmd.sh index ada3253..391faf6 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:stage" + cmd="cd /data/seal-ms/sealms-ui; yarn build:pord" bash -c "docker exec -i build-node sh -c '${cmd}'" }