Commit 6a653492 authored by rockyl's avatar rockyl

修改compile:单次编译项目,dev:实时编译项目,build:发布构建项目

parent e2848748
Pipeline #82478 failed with stages
in 0 seconds
......@@ -44,10 +44,10 @@ exports.dev = function(){
};
exports.build = function(){
exports.compile = function(){
return childProcess('egret', ['build'])
};
exports.publish = function(){
exports.build = function(){
return childProcess('egret', ['publish'])
};
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