Commit d64cd3a0 authored by 郭志伟's avatar 郭志伟

build(start.sh): 调整pre环境启动命令

parent 89b1db49
......@@ -2,4 +2,4 @@
source /etc/profile
NODE_ENV=production APOLLO_CLUSTER=3PRE pm2 start bin/serve --node-args=\"--harmony\" -n quantum-blocks-h5
NODE_ENV=production APOLLO_CLUSTER=3PRE pm2 start bin/server --node-args=\"--harmony\" -n quantum-blocks-h5
......@@ -2,4 +2,4 @@
source /etc/profile
pm2 start bin/serve --node-args=\"--harmony\" -n quantum-blocks-h5
pm2 start bin/server --node-args=\"--harmony\" -n quantum-blocks-h5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment